Html Css Color HEX #C8920B Dark Goldenrod

📋 copy color: '#C8920B'

red 200 ◦ green 146 ◦ blue 11

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

Shades of Dark Goldenrod #C8920B

Tints of Dark Goldenrod #C8920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

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

R = 56.02%
G = 40.9%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8920B (or 0xC8920B) is known color: Dark Goldenrod. HEX triplet: C8, 92 and 0B. RGB value is (200,146,11). Sum of RGB (Red+Green+Blue) = 200+146+11=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8920B is #376DF4. Grayscale: #939393. Windows color (decimal): -3632629 or 758472. OLE color: 758472.

HSL color Cylindrical-coordinate representation of color #C8920B: hue angle of 42.86º 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 #C8920B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 11 -
CMYK 0 0.27 0.94 0.22
HSL 42.86º 0.9% 0.41% -
HSV(B) 42.86º 0.95% 0.78% -
XYZ 34.16 32.86 4.86 -
YUV 146.76 51.39 165.98 -
System Red Green Blue C M Y K H S L
Decimal 200 146 11 0 0.27 0.94 0.22 42.86 0.9 0.41
Hex C8 92 B 0 1B 5E 16 2B 5A 29
Octal 310 222 13 0 33 136 26 53 132 51
Binary 11001000 10010010 1011 0 11011 1011110 10110 101011 1011010 101001

Color Harmonies of #C8920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8920B

Black with #C8920B

Text Example


Text Example

White with #C8920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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