Html Css Color HEX #CAD86D Goldenrod

📋 copy color: '#CAD86D'

red 202 ◦ green 216 ◦ blue 109

#CAD86D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CAD86D

Tints of Goldenrod #CAD86D

RGB

 RED value IS 202 (79.3% from 255) = 38.33%

 GREEN value IS 216 (84.77% from 255) = 40.99%

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 38.33%
G = 40.99%
B = 20.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAD86D (or 0xCAD86D) is known color: Goldenrod. HEX triplet: CA, D8 and 6D. RGB value is (202,216,109). Sum of RGB (Red+Green+Blue) = 202+216+109=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD86D is #352792. Grayscale: #C8C8C8. Windows color (decimal): -3483539 or 7198922. OLE color: 7198922.

HSL color Cylindrical-coordinate representation of color #CAD86D: hue angle of 67.85º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAD86D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 216 109 -
CMYK 0.06 0 0.50 0.15
HSL 67.85º 0.58% 0.64% -
HSV(B) 67.85º 0.5% 0.85% -
XYZ 51.67 62.77 23.86 -
YUV 199.62 76.86 129.7 -
System Red Green Blue C M Y K H S L
Decimal 202 216 109 0.06 0 0.50 0.15 67.85 0.58 0.64
Hex CA D8 6D 6 0 32 F 44 3A 40
Octal 312 330 155 6 0 62 17 104 72 100
Binary 11001010 11011000 1101101 110 0 110010 1111 1000100 111010 1000000

Color Harmonies of #CAD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD86D

Black with #CAD86D

Text Example


Text Example

White with #CAD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD86D; }

 p { color: rgb(202,216,109); }

 H1.HeaderClassName
 {
   color: #CAD86D;
 }
 .AnyTagClassName
 {
   color: #CAD86D;
 }
</style>

background-color css

<style>
 a { background-color: #CAD86D; }

 a { background-color: rgb(202,216,109); }

 div.DivClassName
 {
   background-color: #CAD86D;
 }
 .BgClassName
 {
   background-color: #CAD86D;
 }
</style>

border-color css

<style>
 span { border-color: #CAD86D; }

 span { border-color: rgb(202,216,109); }

 td.TdClassName
 {
   border-color: #CAD86D;
 }
 .TagClassName
 {
   border-color: #CAD86D;
 }
</style>