Html Css Color HEX #CA7B06 Dark Goldenrod

📋 copy color: '#CA7B06'

red 202 ◦ green 123 ◦ blue 6

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

Shades of Dark Goldenrod #CA7B06

Tints of Dark Goldenrod #CA7B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 61.03%
G = 37.16%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA7B06 (or 0xCA7B06) is known color: Dark Goldenrod. HEX triplet: CA, 7B and 06. RGB value is (202,123,6). Sum of RGB (Red+Green+Blue) = 202+123+6=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B06 is #3584F9. Grayscale: #858585. Windows color (decimal): -3507450 or 424906. OLE color: 424906.

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

Color convert

RGB 202 123 6 -
CMYK 0 0.39 0.97 0.21
HSL 35.82º 0.94% 0.41% -
HSV(B) 35.82º 0.97% 0.79% -
XYZ 31.47 26.74 3.67 -
YUV 133.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 202 123 6 0 0.39 0.97 0.21 35.82 0.94 0.41
Hex CA 7B 6 0 27 61 15 24 5E 29
Octal 312 173 6 0 47 141 25 44 136 51
Binary 11001010 1111011 110 0 100111 1100001 10101 100100 1011110 101001

Color Harmonies of #CA7B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B06

Black with #CA7B06

Text Example


Text Example

White with #CA7B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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