Html Css Color HEX #C3880B Dark Goldenrod

📋 copy color: '#C3880B'

red 195 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #C3880B

Tints of Dark Goldenrod #C3880B

RGB

 RED value IS 195 (76.56% from 255) = 57.02%

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

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

R = 57.02%
G = 39.77%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3880B (or 0xC3880B) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 0B. RGB value is (195,136,11). Sum of RGB (Red+Green+Blue) = 195+136+11=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3880B is #3C77F4. Grayscale: #8B8B8B. Windows color (decimal): -3962869 or 755907. OLE color: 755907.

HSL color Cylindrical-coordinate representation of color #C3880B: hue angle of 40.76º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3880B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 11 -
CMYK 0 0.30 0.94 0.24
HSL 40.76º 0.89% 0.4% -
HSV(B) 40.76º 0.94% 0.76% -
XYZ 31.37 29.23 4.31 -
YUV 139.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 195 136 11 0 0.30 0.94 0.24 40.76 0.89 0.4
Hex C3 88 B 0 1E 5E 18 29 59 28
Octal 303 210 13 0 36 136 30 51 131 50
Binary 11000011 10001000 1011 0 11110 1011110 11000 101001 1011001 101000

Color Harmonies of #C3880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3880B

Black with #C3880B

Text Example


Text Example

White with #C3880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3880B; }

 p { color: rgb(195,136,11); }

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

background-color css

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

 a { background-color: rgb(195,136,11); }

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

border-color css

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

 span { border-color: rgb(195,136,11); }

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