Html Css Color HEX #CB8F0B Dark Goldenrod

📋 copy color: '#CB8F0B'

red 203 ◦ green 143 ◦ blue 11

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

Shades of Dark Goldenrod #CB8F0B

Tints of Dark Goldenrod #CB8F0B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.06%

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

R = 56.86%
G = 40.06%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB8F0B (or 0xCB8F0B) is known color: Dark Goldenrod. HEX triplet: CB, 8F and 0B. RGB value is (203,143,11). Sum of RGB (Red+Green+Blue) = 203+143+11=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F0B is #3470F4. Grayscale: #929292. Windows color (decimal): -3436789 or 757707. OLE color: 757707.

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

Color convert

RGB 203 143 11 -
CMYK 0 0.30 0.95 0.20
HSL 41.25º 0.9% 0.42% -
HSV(B) 41.25º 0.95% 0.8% -
XYZ 34.51 32.37 4.74 -
YUV 145.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 203 143 11 0 0.30 0.95 0.20 41.25 0.9 0.42
Hex CB 8F B 0 1E 5F 14 29 5A 2A
Octal 313 217 13 0 36 137 24 51 132 52
Binary 11001011 10001111 1011 0 11110 1011111 10100 101001 1011010 101010

Color Harmonies of #CB8F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F0B

Black with #CB8F0B

Text Example


Text Example

White with #CB8F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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