Html Css Color HEX #CADA6B Goldenrod

📋 copy color: '#CADA6B'

red 202 ◦ green 218 ◦ blue 107

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

Shades of Goldenrod #CADA6B

Tints of Goldenrod #CADA6B

RGB

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

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

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

R = 38.33%
G = 41.37%
B = 20.3%

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

#CADA6B (or 0xCADA6B) is known color: Goldenrod. HEX triplet: CA, DA and 6B. RGB value is (202,218,107). Sum of RGB (Red+Green+Blue) = 202+218+107=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA6B is #352594. Grayscale: #C8C8C8. Windows color (decimal): -3483029 or 7068362. OLE color: 7068362.

HSL color Cylindrical-coordinate representation of color #CADA6B: hue angle of 68.65º 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 #CADA6B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 218 107 -
CMYK 0.07 0 0.51 0.15
HSL 68.65º 0.6% 0.64% -
HSV(B) 68.65º 0.51% 0.85% -
XYZ 52.08 63.76 23.47 -
YUV 200.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 202 218 107 0.07 0 0.51 0.15 68.65 0.6 0.64
Hex CA DA 6B 7 0 33 F 45 3C 40
Octal 312 332 153 7 0 63 17 105 74 100
Binary 11001010 11011010 1101011 111 0 110011 1111 1000101 111100 1000000

Color Harmonies of #CADA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADA6B

Black with #CADA6B

Text Example


Text Example

White with #CADA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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