Html Css Color HEX #CADB6B Goldenrod

📋 copy color: '#CADB6B'

red 202 ◦ green 219 ◦ blue 107

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

Shades of Goldenrod #CADB6B

Tints of Goldenrod #CADB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 38.26%
G = 41.48%
B = 20.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#CADB6B (or 0xCADB6B) is known color: Goldenrod. HEX triplet: CA, DB and 6B. RGB value is (202,219,107). Sum of RGB (Red+Green+Blue) = 202+219+107=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB6B is #352494. Grayscale: #C9C9C9. Windows color (decimal): -3482773 or 7068618. OLE color: 7068618.

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

Color convert

RGB 202 219 107 -
CMYK 0.08 0 0.51 0.14
HSL 69.11º 0.61% 0.64% -
HSV(B) 69.11º 0.51% 0.86% -
XYZ 52.34 64.28 23.56 -
YUV 201.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 202 219 107 0.08 0 0.51 0.14 69.11 0.61 0.64
Hex CA DB 6B 8 0 33 E 45 3D 40
Octal 312 333 153 10 0 63 16 105 75 100
Binary 11001010 11011011 1101011 1000 0 110011 1110 1000101 111101 1000000

Color Harmonies of #CADB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB6B

Black with #CADB6B

Text Example


Text Example

White with #CADB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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