Html Css Color HEX #CADA69 Goldenrod

📋 copy color: '#CADA69'

red 202 ◦ green 218 ◦ blue 105

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

Shades of Goldenrod #CADA69

Tints of Goldenrod #CADA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20%

R = 38.48%
G = 41.52%
B = 20%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CADA69 (or 0xCADA69) is known color: Goldenrod. HEX triplet: CA, DA and 69. RGB value is (202,218,105). Sum of RGB (Red+Green+Blue) = 202+218+105=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA69 is #352596. Grayscale: #C8C8C8. Windows color (decimal): -3483031 or 6937290. OLE color: 6937290.

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

Color convert

RGB 202 218 105 -
CMYK 0.07 0 0.52 0.15
HSL 68.5º 0.6% 0.63% -
HSV(B) 68.5º 0.52% 0.85% -
XYZ 51.98 63.72 22.92 -
YUV 200.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 202 218 105 0.07 0 0.52 0.15 68.5 0.6 0.63
Hex CA DA 69 7 0 34 F 44 3C 3F
Octal 312 332 151 7 0 64 17 104 74 77
Binary 11001010 11011010 1101001 111 0 110100 1111 1000100 111100 111111

Color Harmonies of #CADA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADA69

Black with #CADA69

Text Example


Text Example

White with #CADA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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