Html Css Color HEX #C08A0D Dark Goldenrod

📋 copy color: '#C08A0D'

red 192 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #C08A0D

Tints of Dark Goldenrod #C08A0D

RGB

 RED value IS 192 (75.39% from 255) = 55.98%

 GREEN value IS 138 (54.3% from 255) = 40.23%

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 55.98%
G = 40.23%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C08A0D (or 0xC08A0D) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 0D. RGB value is (192,138,13). Sum of RGB (Red+Green+Blue) = 192+138+13=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A0D is #3F75F2. Grayscale: #8C8C8C. Windows color (decimal): -4158963 or 887488. OLE color: 887488.

HSL color Cylindrical-coordinate representation of color #C08A0D: hue angle of 41.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C08A0D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 13 -
CMYK 0 0.28 0.93 0.25
HSL 41.9º 0.87% 0.4% -
HSV(B) 41.9º 0.93% 0.75% -
XYZ 30.9 29.41 4.43 -
YUV 139.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 192 138 13 0 0.28 0.93 0.25 41.9 0.87 0.4
Hex C0 8A D 0 1C 5D 19 2A 57 28
Octal 300 212 15 0 34 135 31 52 127 50
Binary 11000000 10001010 1101 0 11100 1011101 11001 101010 1010111 101000

Color Harmonies of #C08A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A0D

Black with #C08A0D

Text Example


Text Example

White with #C08A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A0D; }

 p { color: rgb(192,138,13); }

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

background-color css

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

 a { background-color: rgb(192,138,13); }

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

border-color css

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

 span { border-color: rgb(192,138,13); }

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