Html Css Color HEX #CB9104 Dark Goldenrod

📋 copy color: '#CB9104'

red 203 ◦ green 145 ◦ blue 4

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

Shades of Dark Goldenrod #CB9104

Tints of Dark Goldenrod #CB9104

RGB

 RED value IS 203 (79.69% from 255) = 57.67%

 GREEN value IS 145 (57.03% from 255) = 41.19%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 57.67%
G = 41.19%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB9104 (or 0xCB9104) is known color: Dark Goldenrod. HEX triplet: CB, 91 and 04. RGB value is (203,145,4). Sum of RGB (Red+Green+Blue) = 203+145+4=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9104 is #346EFB. Grayscale: #929292. Windows color (decimal): -3436284 or 299467. OLE color: 299467.

HSL color Cylindrical-coordinate representation of color #CB9104: hue angle of 42.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB9104 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 4 -
CMYK 0 0.29 0.98 0.20
HSL 42.51º 0.96% 0.41% -
HSV(B) 42.51º 0.98% 0.8% -
XYZ 34.78 32.96 4.64 -
YUV 146.27 47.72 168.46 -
System Red Green Blue C M Y K H S L
Decimal 203 145 4 0 0.29 0.98 0.20 42.51 0.96 0.41
Hex CB 91 4 0 1D 62 14 2B 60 29
Octal 313 221 4 0 35 142 24 53 140 51
Binary 11001011 10010001 100 0 11101 1100010 10100 101011 1100000 101001

Color Harmonies of #CB9104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9104

Black with #CB9104

Text Example


Text Example

White with #CB9104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9104; }

 p { color: rgb(203,145,4); }

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

background-color css

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

 a { background-color: rgb(203,145,4); }

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

border-color css

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

 span { border-color: rgb(203,145,4); }

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