Html Css Color HEX #CB8703 Dark Goldenrod

📋 copy color: '#CB8703'

red 203 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #CB8703

Tints of Dark Goldenrod #CB8703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.59%

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

R = 59.53%
G = 39.59%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB8703 (or 0xCB8703) is known color: Dark Goldenrod. HEX triplet: CB, 87 and 03. RGB value is (203,135,3). Sum of RGB (Red+Green+Blue) = 203+135+3=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8703 is #3478FC. Grayscale: #8C8C8C. Windows color (decimal): -3438845 or 231371. OLE color: 231371.

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

Color convert

RGB 203 135 3 -
CMYK 0 0.33 0.99 0.20
HSL 39.6º 0.97% 0.4% -
HSV(B) 39.6º 0.99% 0.8% -
XYZ 33.31 30.03 4.13 -
YUV 140.28 50.53 172.73 -
System Red Green Blue C M Y K H S L
Decimal 203 135 3 0 0.33 0.99 0.20 39.6 0.97 0.4
Hex CB 87 3 0 21 63 14 28 61 28
Octal 313 207 3 0 41 143 24 50 141 50
Binary 11001011 10000111 11 0 100001 1100011 10100 101000 1100001 101000

Color Harmonies of #CB8703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8703

Black with #CB8703

Text Example


Text Example

White with #CB8703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8703; }

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

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

background-color css

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

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

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

border-color css

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

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

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