Html Css Color HEX #CB9700 Dark Goldenrod

📋 copy color: '#CB9700'

red 203 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #CB9700

Tints of Dark Goldenrod #CB9700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.34%
G = 42.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB9700 (or 0xCB9700) is known color: Dark Goldenrod. HEX triplet: CB, 97 and 00. RGB value is (203,151,0). Sum of RGB (Red+Green+Blue) = 203+151+0=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9700 is #3468FF. Grayscale: #959595. Windows color (decimal): -3434752 or 38859. OLE color: 38859.

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

Color convert

RGB 203 151 0 -
CMYK 0 0.26 1 0.20
HSL 44.63º 1% 0.4% -
HSV(B) 44.63º 1% 0.8% -
XYZ 35.7 34.83 4.84 -
YUV 149.33 43.73 166.28 -
System Red Green Blue C M Y K H S L
Decimal 203 151 0 0 0.26 1 0.20 44.63 1 0.4
Hex CB 97 0 0 1A 64 14 2D 64 28
Octal 313 227 0 0 32 144 24 55 144 50
Binary 11001011 10010111 0 0 11010 1100100 10100 101101 1100100 101000

Color Harmonies of #CB9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9700

Black with #CB9700

Text Example


Text Example

White with #CB9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9700; }

 p { color: rgb(203,151,0); }

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

background-color css

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

 a { background-color: rgb(203,151,0); }

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

border-color css

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

 span { border-color: rgb(203,151,0); }

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