Html Css Color HEX #CB9001 Dark Goldenrod

📋 copy color: '#CB9001'

red 203 ◦ green 144 ◦ blue 1

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

Shades of Dark Goldenrod #CB9001

Tints of Dark Goldenrod #CB9001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 58.33%
G = 41.38%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB9001 (or 0xCB9001) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 01. RGB value is (203,144,1). Sum of RGB (Red+Green+Blue) = 203+144+1=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9001 is #346FFE. Grayscale: #919191. Windows color (decimal): -3436543 or 102603. OLE color: 102603.

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

Color convert

RGB 203 144 1 -
CMYK 0 0.29 1.00 0.20
HSL 42.48º 0.99% 0.4% -
HSV(B) 42.48º 1% 0.8% -
XYZ 34.61 32.65 4.51 -
YUV 145.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 203 144 1 0 0.29 1.00 0.20 42.48 0.99 0.4
Hex CB 90 1 0 1D 64 14 2A 63 28
Octal 313 220 1 0 35 144 24 52 143 50
Binary 11001011 10010000 1 0 11101 1100100 10100 101010 1100011 101000

Color Harmonies of #CB9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9001

Black with #CB9001

Text Example


Text Example

White with #CB9001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9001; }

 p { color: rgb(203,144,1); }

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

background-color css

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

 a { background-color: rgb(203,144,1); }

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

border-color css

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

 span { border-color: rgb(203,144,1); }

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