Html Css Color HEX #CA7A0B Dark Goldenrod

📋 copy color: '#CA7A0B'

red 202 ◦ green 122 ◦ blue 11

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

Shades of Dark Goldenrod #CA7A0B

Tints of Dark Goldenrod #CA7A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 60.3%
G = 36.42%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA7A0B (or 0xCA7A0B) is known color: Dark Goldenrod. HEX triplet: CA, 7A and 0B. RGB value is (202,122,11). Sum of RGB (Red+Green+Blue) = 202+122+11=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A0B is #3585F4. Grayscale: #858585. Windows color (decimal): -3507701 or 752330. OLE color: 752330.

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

Color convert

RGB 202 122 11 -
CMYK 0 0.40 0.95 0.21
HSL 34.87º 0.9% 0.42% -
HSV(B) 34.87º 0.95% 0.79% -
XYZ 31.38 26.5 3.78 -
YUV 133.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 202 122 11 0 0.40 0.95 0.21 34.87 0.9 0.42
Hex CA 7A B 0 28 5F 15 23 5A 2A
Octal 312 172 13 0 50 137 25 43 132 52
Binary 11001010 1111010 1011 0 101000 1011111 10101 100011 1011010 101010

Color Harmonies of #CA7A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A0B

Black with #CA7A0B

Text Example


Text Example

White with #CA7A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A0B; }

 p { color: rgb(202,122,11); }

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

background-color css

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

 a { background-color: rgb(202,122,11); }

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

border-color css

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

 span { border-color: rgb(202,122,11); }

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