Html Css Color HEX #CB8504 Dark Goldenrod

📋 copy color: '#CB8504'

red 203 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #CB8504

Tints of Dark Goldenrod #CB8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 59.71%
G = 39.12%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB8504 (or 0xCB8504) is known color: Dark Goldenrod. HEX triplet: CB, 85 and 04. RGB value is (203,133,4). Sum of RGB (Red+Green+Blue) = 203+133+4=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8504 is #347AFB. Grayscale: #8B8B8B. Windows color (decimal): -3439356 or 296395. OLE color: 296395.

HSL color Cylindrical-coordinate representation of color #CB8504: hue angle of 38.89º 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 #CB8504 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 4 -
CMYK 0 0.34 0.98 0.20
HSL 38.89º 0.96% 0.41% -
HSV(B) 38.89º 0.98% 0.8% -
XYZ 33.04 29.48 4.06 -
YUV 139.22 51.69 173.49 -
System Red Green Blue C M Y K H S L
Decimal 203 133 4 0 0.34 0.98 0.20 38.89 0.96 0.41
Hex CB 85 4 0 22 62 14 27 60 29
Octal 313 205 4 0 42 142 24 47 140 51
Binary 11001011 10000101 100 0 100010 1100010 10100 100111 1100000 101001

Color Harmonies of #CB8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8504

Black with #CB8504

Text Example


Text Example

White with #CB8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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