Html Css Color HEX #CA7E05 Dark Goldenrod

📋 copy color: '#CA7E05'

red 202 ◦ green 126 ◦ blue 5

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

Shades of Dark Goldenrod #CA7E05

Tints of Dark Goldenrod #CA7E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 60.66%
G = 37.84%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA7E05 (or 0xCA7E05) is known color: Dark Goldenrod. HEX triplet: CA, 7E and 05. RGB value is (202,126,5). Sum of RGB (Red+Green+Blue) = 202+126+5=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7E05 is #3581FA. Grayscale: #878787. Windows color (decimal): -3506683 or 360138. OLE color: 360138.

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

Color convert

RGB 202 126 5 -
CMYK 0 0.38 0.98 0.21
HSL 36.85º 0.95% 0.41% -
HSV(B) 36.85º 0.98% 0.79% -
XYZ 31.85 27.49 3.77 -
YUV 134.93 54.68 175.84 -
System Red Green Blue C M Y K H S L
Decimal 202 126 5 0 0.38 0.98 0.21 36.85 0.95 0.41
Hex CA 7E 5 0 26 62 15 25 5F 29
Octal 312 176 5 0 46 142 25 45 137 51
Binary 11001010 1111110 101 0 100110 1100010 10101 100101 1011111 101001

Color Harmonies of #CA7E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E05

Black with #CA7E05

Text Example


Text Example

White with #CA7E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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