Html Css Color HEX #C4880D Dark Goldenrod

📋 copy color: '#C4880D'

red 196 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #C4880D

Tints of Dark Goldenrod #C4880D

RGB

 RED value IS 196 (76.95% from 255) = 56.81%

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 56.81%
G = 39.42%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4880D (or 0xC4880D) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 0D. RGB value is (196,136,13). Sum of RGB (Red+Green+Blue) = 196+136+13=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4880D is #3B77F2. Grayscale: #8C8C8C. Windows color (decimal): -3897331 or 886980. OLE color: 886980.

HSL color Cylindrical-coordinate representation of color #C4880D: hue angle of 40.33º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4880D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 13 -
CMYK 0 0.31 0.93 0.23
HSL 40.33º 0.88% 0.41% -
HSV(B) 40.33º 0.93% 0.77% -
XYZ 31.64 29.37 4.38 -
YUV 139.92 56.38 168 -
System Red Green Blue C M Y K H S L
Decimal 196 136 13 0 0.31 0.93 0.23 40.33 0.88 0.41
Hex C4 88 D 0 1F 5D 17 28 58 29
Octal 304 210 15 0 37 135 27 50 130 51
Binary 11000100 10001000 1101 0 11111 1011101 10111 101000 1011000 101001

Color Harmonies of #C4880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4880D

Black with #C4880D

Text Example


Text Example

White with #C4880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4880D; }

 p { color: rgb(196,136,13); }

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

background-color css

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

 a { background-color: rgb(196,136,13); }

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

border-color css

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

 span { border-color: rgb(196,136,13); }

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