Html Css Color HEX #CB8A03 Dark Goldenrod

📋 copy color: '#CB8A03'

red 203 ◦ green 138 ◦ blue 3

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

Shades of Dark Goldenrod #CB8A03

Tints of Dark Goldenrod #CB8A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 59.01%
G = 40.12%
B = 0.87%

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

#CB8A03 (or 0xCB8A03) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 03. RGB value is (203,138,3). Sum of RGB (Red+Green+Blue) = 203+138+3=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A03 is #3475FC. Grayscale: #8E8E8E. Windows color (decimal): -3438077 or 232139. OLE color: 232139.

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

Color convert

RGB 203 138 3 -
CMYK 0 0.32 0.99 0.20
HSL 40.5º 0.97% 0.4% -
HSV(B) 40.5º 0.99% 0.8% -
XYZ 33.73 30.88 4.27 -
YUV 142.05 49.53 171.48 -
System Red Green Blue C M Y K H S L
Decimal 203 138 3 0 0.32 0.99 0.20 40.5 0.97 0.4
Hex CB 8A 3 0 20 63 14 28 61 28
Octal 313 212 3 0 40 143 24 50 141 50
Binary 11001011 10001010 11 0 100000 1100011 10100 101000 1100001 101000

Color Harmonies of #CB8A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A03

Black with #CB8A03

Text Example


Text Example

White with #CB8A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A03; }

 p { color: rgb(203,138,3); }

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

background-color css

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

 a { background-color: rgb(203,138,3); }

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

border-color css

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

 span { border-color: rgb(203,138,3); }

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