Html Css Color HEX #CA7B05 Dark Goldenrod

📋 copy color: '#CA7B05'

red 202 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #CA7B05

Tints of Dark Goldenrod #CA7B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.27%

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

R = 61.21%
G = 37.27%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA7B05 (or 0xCA7B05) is known color: Dark Goldenrod. HEX triplet: CA, 7B and 05. RGB value is (202,123,5). Sum of RGB (Red+Green+Blue) = 202+123+5=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B05 is #3584FA. Grayscale: #858585. Windows color (decimal): -3507451 or 359370. OLE color: 359370.

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

Color convert

RGB 202 123 5 -
CMYK 0 0.39 0.98 0.21
HSL 35.94º 0.95% 0.41% -
HSV(B) 35.94º 0.98% 0.79% -
XYZ 31.47 26.73 3.65 -
YUV 133.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 202 123 5 0 0.39 0.98 0.21 35.94 0.95 0.41
Hex CA 7B 5 0 27 62 15 24 5F 29
Octal 312 173 5 0 47 142 25 44 137 51
Binary 11001010 1111011 101 0 100111 1100010 10101 100100 1011111 101001

Color Harmonies of #CA7B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B05

Black with #CA7B05

Text Example


Text Example

White with #CA7B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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