Html Css Color HEX #CADB6A Goldenrod

📋 copy color: '#CADB6A'

red 202 ◦ green 219 ◦ blue 106

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

Shades of Goldenrod #CADB6A

Tints of Goldenrod #CADB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.11%

R = 38.33%
G = 41.56%
B = 20.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#CADB6A (or 0xCADB6A) is known color: Goldenrod. HEX triplet: CA, DB and 6A. RGB value is (202,219,106). Sum of RGB (Red+Green+Blue) = 202+219+106=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB6A is #352495. Grayscale: #C9C9C9. Windows color (decimal): -3482774 or 7003082. OLE color: 7003082.

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

Color convert

RGB 202 219 106 -
CMYK 0.08 0 0.52 0.14
HSL 69.03º 0.61% 0.64% -
HSV(B) 69.03º 0.52% 0.86% -
XYZ 52.29 64.26 23.28 -
YUV 201.04 74.37 128.69 -
System Red Green Blue C M Y K H S L
Decimal 202 219 106 0.08 0 0.52 0.14 69.03 0.61 0.64
Hex CA DB 6A 8 0 34 E 45 3D 40
Octal 312 333 152 10 0 64 16 105 75 100
Binary 11001010 11011011 1101010 1000 0 110100 1110 1000101 111101 1000000

Color Harmonies of #CADB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB6A

Black with #CADB6A

Text Example


Text Example

White with #CADB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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