Html Css Color HEX #C4900B Dark Goldenrod

📋 copy color: '#C4900B'

red 196 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #C4900B

Tints of Dark Goldenrod #C4900B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 55.84%
G = 41.03%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4900B (or 0xC4900B) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 0B. RGB value is (196,144,11). Sum of RGB (Red+Green+Blue) = 196+144+11=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4900B is #3B6FF4. Grayscale: #909090. Windows color (decimal): -3895285 or 757956. OLE color: 757956.

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

Color convert

RGB 196 144 11 -
CMYK 0 0.27 0.94 0.23
HSL 43.14º 0.89% 0.41% -
HSV(B) 43.14º 0.94% 0.77% -
XYZ 32.8 31.71 4.71 -
YUV 144.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 196 144 11 0 0.27 0.94 0.23 43.14 0.89 0.41
Hex C4 90 B 0 1B 5E 17 2B 59 29
Octal 304 220 13 0 33 136 27 53 131 51
Binary 11000100 10010000 1011 0 11011 1011110 10111 101011 1011001 101001

Color Harmonies of #C4900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4900B

Black with #C4900B

Text Example


Text Example

White with #C4900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4900B; }

 p { color: rgb(196,144,11); }

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

background-color css

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

 a { background-color: rgb(196,144,11); }

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

border-color css

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

 span { border-color: rgb(196,144,11); }

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