Html Css Color HEX #CADA6A Goldenrod

📋 copy color: '#CADA6A'

red 202 ◦ green 218 ◦ blue 106

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

Shades of Goldenrod #CADA6A

Tints of Goldenrod #CADA6A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

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

R = 38.4%
G = 41.44%
B = 20.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#CADA6A (or 0xCADA6A) is known color: Goldenrod. HEX triplet: CA, DA and 6A. RGB value is (202,218,106). Sum of RGB (Red+Green+Blue) = 202+218+106=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA6A is #352595. Grayscale: #C8C8C8. Windows color (decimal): -3483030 or 7002826. OLE color: 7002826.

HSL color Cylindrical-coordinate representation of color #CADA6A: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CADA6A is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 218 106 -
CMYK 0.07 0 0.51 0.15
HSL 68.57º 0.6% 0.64% -
HSV(B) 68.57º 0.51% 0.85% -
XYZ 52.03 63.74 23.2 -
YUV 200.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 202 218 106 0.07 0 0.51 0.15 68.57 0.6 0.64
Hex CA DA 6A 7 0 33 F 45 3C 40
Octal 312 332 152 7 0 63 17 105 74 100
Binary 11001010 11011010 1101010 111 0 110011 1111 1000101 111100 1000000

Color Harmonies of #CADA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADA6A

Black with #CADA6A

Text Example


Text Example

White with #CADA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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