Html Css Color HEX #C87E0B Dark Goldenrod

📋 copy color: '#C87E0B'

red 200 ◦ green 126 ◦ blue 11

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

Shades of Dark Goldenrod #C87E0B

Tints of Dark Goldenrod #C87E0B

RGB

 RED value IS 200 (78.52% from 255) = 59.35%

 GREEN value IS 126 (49.61% from 255) = 37.39%

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

R = 59.35%
G = 37.39%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C87E0B (or 0xC87E0B) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 0B. RGB value is (200,126,11). Sum of RGB (Red+Green+Blue) = 200+126+11=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E0B is #3781F4. Grayscale: #878787. Windows color (decimal): -3637749 or 753352. OLE color: 753352.

HSL color Cylindrical-coordinate representation of color #C87E0B: hue angle of 36.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C87E0B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 126 11 -
CMYK 0 0.37 0.94 0.22
HSL 36.51º 0.9% 0.41% -
HSV(B) 36.51º 0.95% 0.78% -
XYZ 31.34 27.23 3.92 -
YUV 135.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 200 126 11 0 0.37 0.94 0.22 36.51 0.9 0.41
Hex C8 7E B 0 25 5E 16 25 5A 29
Octal 310 176 13 0 45 136 26 45 132 51
Binary 11001000 1111110 1011 0 100101 1011110 10110 100101 1011010 101001

Color Harmonies of #C87E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E0B

Black with #C87E0B

Text Example


Text Example

White with #C87E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E0B; }

 p { color: rgb(200,126,11); }

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

background-color css

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

 a { background-color: rgb(200,126,11); }

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

border-color css

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

 span { border-color: rgb(200,126,11); }

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