Html Css Color HEX #CADB6F Goldenrod

📋 copy color: '#CADB6F'

red 202 ◦ green 219 ◦ blue 111

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

Shades of Goldenrod #CADB6F

Tints of Goldenrod #CADB6F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

 BLUE value IS 111 (43.75% from 255) = 20.86%

R = 37.97%
G = 41.17%
B = 20.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#CADB6F (or 0xCADB6F) is known color: Goldenrod. HEX triplet: CA, DB and 6F. RGB value is (202,219,111). Sum of RGB (Red+Green+Blue) = 202+219+111=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB6F is #352490. Grayscale: #CACACA. Windows color (decimal): -3482769 or 7330762. OLE color: 7330762.

HSL color Cylindrical-coordinate representation of color #CADB6F: hue angle of 69.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CADB6F is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 111 -
CMYK 0.08 0 0.49 0.14
HSL 69.44º 0.6% 0.65% -
HSV(B) 69.44º 0.49% 0.86% -
XYZ 52.56 64.37 24.69 -
YUV 201.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 202 219 111 0.08 0 0.49 0.14 69.44 0.6 0.65
Hex CA DB 6F 8 0 31 E 45 3C 41
Octal 312 333 157 10 0 61 16 105 74 101
Binary 11001010 11011011 1101111 1000 0 110001 1110 1000101 111100 1000001

Color Harmonies of #CADB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB6F

Black with #CADB6F

Text Example


Text Example

White with #CADB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB6F; }

 p { color: rgb(202,219,111); }

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

background-color css

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

 a { background-color: rgb(202,219,111); }

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

border-color css

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

 span { border-color: rgb(202,219,111); }

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