Html Css Color HEX #CB8C03 Dark Goldenrod

📋 copy color: '#CB8C03'

red 203 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #CB8C03

Tints of Dark Goldenrod #CB8C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 58.67%
G = 40.46%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB8C03 (or 0xCB8C03) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 03. RGB value is (203,140,3). Sum of RGB (Red+Green+Blue) = 203+140+3=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C03 is #3473FC. Grayscale: #8F8F8F. Windows color (decimal): -3437565 or 232651. OLE color: 232651.

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

Color convert

RGB 203 140 3 -
CMYK 0 0.31 0.99 0.20
HSL 41.1º 0.97% 0.4% -
HSV(B) 41.1º 0.99% 0.8% -
XYZ 34.02 31.46 4.37 -
YUV 143.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 203 140 3 0 0.31 0.99 0.20 41.1 0.97 0.4
Hex CB 8C 3 0 1F 63 14 29 61 28
Octal 313 214 3 0 37 143 24 51 141 50
Binary 11001011 10001100 11 0 11111 1100011 10100 101001 1100001 101000

Color Harmonies of #CB8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C03

Black with #CB8C03

Text Example


Text Example

White with #CB8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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