Html Css Color HEX #CB900B Dark Goldenrod

📋 copy color: '#CB900B'

red 203 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #CB900B

Tints of Dark Goldenrod #CB900B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.07%

R = 56.7%
G = 40.22%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB900B (or 0xCB900B) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 0B. RGB value is (203,144,11). Sum of RGB (Red+Green+Blue) = 203+144+11=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB900B is #346FF4. Grayscale: #939393. Windows color (decimal): -3436533 or 757963. OLE color: 757963.

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

Color convert

RGB 203 144 11 -
CMYK 0 0.29 0.95 0.20
HSL 41.56º 0.9% 0.42% -
HSV(B) 41.56º 0.95% 0.8% -
XYZ 34.66 32.67 4.8 -
YUV 146.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 203 144 11 0 0.29 0.95 0.20 41.56 0.9 0.42
Hex CB 90 B 0 1D 5F 14 2A 5A 2A
Octal 313 220 13 0 35 137 24 52 132 52
Binary 11001011 10010000 1011 0 11101 1011111 10100 101010 1011010 101010

Color Harmonies of #CB900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB900B

Black with #CB900B

Text Example


Text Example

White with #CB900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB900B; }

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

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

background-color css

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

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

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

border-color css

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

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

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