Html Css Color HEX #CA7D08 Dark Goldenrod

📋 copy color: '#CA7D08'

red 202 ◦ green 125 ◦ blue 8

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

Shades of Dark Goldenrod #CA7D08

Tints of Dark Goldenrod #CA7D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

 BLUE value IS 8 (3.52% from 255) = 2.39%

R = 60.3%
G = 37.31%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA7D08 (or 0xCA7D08) is known color: Dark Goldenrod. HEX triplet: CA, 7D and 08. RGB value is (202,125,8). Sum of RGB (Red+Green+Blue) = 202+125+8=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D08 is #3582F7. Grayscale: #878787. Windows color (decimal): -3506936 or 556490. OLE color: 556490.

HSL color Cylindrical-coordinate representation of color #CA7D08: hue angle of 36.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA7D08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 8 -
CMYK 0 0.38 0.96 0.21
HSL 36.19º 0.92% 0.41% -
HSV(B) 36.19º 0.96% 0.79% -
XYZ 31.73 27.24 3.82 -
YUV 134.69 56.51 176.01 -
System Red Green Blue C M Y K H S L
Decimal 202 125 8 0 0.38 0.96 0.21 36.19 0.92 0.41
Hex CA 7D 8 0 26 60 15 24 5C 29
Octal 312 175 10 0 46 140 25 44 134 51
Binary 11001010 1111101 1000 0 100110 1100000 10101 100100 1011100 101001

Color Harmonies of #CA7D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D08

Black with #CA7D08

Text Example


Text Example

White with #CA7D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D08; }

 p { color: rgb(202,125,8); }

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

background-color css

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

 a { background-color: rgb(202,125,8); }

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

border-color css

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

 span { border-color: rgb(202,125,8); }

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