Html Css Color HEX #CB9803 Dark Goldenrod

📋 copy color: '#CB9803'

red 203 ◦ green 152 ◦ blue 3

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

Shades of Dark Goldenrod #CB9803

Tints of Dark Goldenrod #CB9803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 56.7%
G = 42.46%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB9803 (or 0xCB9803) is known color: Dark Goldenrod. HEX triplet: CB, 98 and 03. RGB value is (203,152,3). Sum of RGB (Red+Green+Blue) = 203+152+3=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9803 is #3467FC. Grayscale: #969696. Windows color (decimal): -3434493 or 235723. OLE color: 235723.

HSL color Cylindrical-coordinate representation of color #CB9803: hue angle of 44.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9803 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 3 -
CMYK 0 0.25 0.99 0.20
HSL 44.7º 0.97% 0.4% -
HSV(B) 44.7º 0.99% 0.8% -
XYZ 35.87 35.16 4.98 -
YUV 150.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 203 152 3 0 0.25 0.99 0.20 44.7 0.97 0.4
Hex CB 98 3 0 19 63 14 2D 61 28
Octal 313 230 3 0 31 143 24 55 141 50
Binary 11001011 10011000 11 0 11001 1100011 10100 101101 1100001 101000

Color Harmonies of #CB9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9803

Black with #CB9803

Text Example


Text Example

White with #CB9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9803; }

 p { color: rgb(203,152,3); }

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

background-color css

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

 a { background-color: rgb(203,152,3); }

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

border-color css

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

 span { border-color: rgb(203,152,3); }

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