Html Css Color HEX #CA7E08 Dark Goldenrod

📋 copy color: '#CA7E08'

red 202 ◦ green 126 ◦ blue 8

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

Shades of Dark Goldenrod #CA7E08

Tints of Dark Goldenrod #CA7E08

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

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

R = 60.12%
G = 37.5%
B = 2.38%

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

#CA7E08 (or 0xCA7E08) is known color: Dark Goldenrod. HEX triplet: CA, 7E and 08. RGB value is (202,126,8). Sum of RGB (Red+Green+Blue) = 202+126+8=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7E08 is #3581F7. Grayscale: #878787. Windows color (decimal): -3506680 or 556746. OLE color: 556746.

HSL color Cylindrical-coordinate representation of color #CA7E08: hue angle of 36.49º 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 #CA7E08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 8 -
CMYK 0 0.38 0.96 0.21
HSL 36.49º 0.92% 0.41% -
HSV(B) 36.49º 0.96% 0.79% -
XYZ 31.86 27.5 3.86 -
YUV 135.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 202 126 8 0 0.38 0.96 0.21 36.49 0.92 0.41
Hex CA 7E 8 0 26 60 15 24 5C 29
Octal 312 176 10 0 46 140 25 44 134 51
Binary 11001010 1111110 1000 0 100110 1100000 10101 100100 1011100 101001

Color Harmonies of #CA7E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E08

Black with #CA7E08

Text Example


Text Example

White with #CA7E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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