Html Css Color HEX #CB8B02 Dark Goldenrod

📋 copy color: '#CB8B02'

red 203 ◦ green 139 ◦ blue 2

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

Shades of Dark Goldenrod #CB8B02

Tints of Dark Goldenrod #CB8B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.41%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 59.01%
G = 40.41%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB8B02 (or 0xCB8B02) is known color: Dark Goldenrod. HEX triplet: CB, 8B and 02. RGB value is (203,139,2). Sum of RGB (Red+Green+Blue) = 203+139+2=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8B02 is #3474FD. Grayscale: #8F8F8F. Windows color (decimal): -3437822 or 166859. OLE color: 166859.

HSL color Cylindrical-coordinate representation of color #CB8B02: hue angle of 40.9º degrees, saturation: 0.98, 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 #CB8B02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 139 2 -
CMYK 0 0.32 0.99 0.20
HSL 40.9º 0.98% 0.4% -
HSV(B) 40.9º 0.99% 0.8% -
XYZ 33.87 31.17 4.29 -
YUV 142.52 48.7 171.14 -
System Red Green Blue C M Y K H S L
Decimal 203 139 2 0 0.32 0.99 0.20 40.9 0.98 0.4
Hex CB 8B 2 0 20 63 14 29 62 28
Octal 313 213 2 0 40 143 24 51 142 50
Binary 11001011 10001011 10 0 100000 1100011 10100 101001 1100010 101000

Color Harmonies of #CB8B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B02

Black with #CB8B02

Text Example


Text Example

White with #CB8B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B02; }

 p { color: rgb(203,139,2); }

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

background-color css

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

 a { background-color: rgb(203,139,2); }

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

border-color css

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

 span { border-color: rgb(203,139,2); }

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