Html Css Color HEX #CB9705 Dark Goldenrod

📋 copy color: '#CB9705'

red 203 ◦ green 151 ◦ blue 5

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

Shades of Dark Goldenrod #CB9705

Tints of Dark Goldenrod #CB9705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 56.55%
G = 42.06%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB9705 (or 0xCB9705) is known color: Dark Goldenrod. HEX triplet: CB, 97 and 05. RGB value is (203,151,5). Sum of RGB (Red+Green+Blue) = 203+151+5=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9705 is #3468FA. Grayscale: #969696. Windows color (decimal): -3434747 or 366539. OLE color: 366539.

HSL color Cylindrical-coordinate representation of color #CB9705: hue angle of 44.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB9705 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 5 -
CMYK 0 0.26 0.98 0.20
HSL 44.24º 0.95% 0.41% -
HSV(B) 44.24º 0.98% 0.8% -
XYZ 35.72 34.84 4.99 -
YUV 149.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 203 151 5 0 0.26 0.98 0.20 44.24 0.95 0.41
Hex CB 97 5 0 1A 62 14 2C 5F 29
Octal 313 227 5 0 32 142 24 54 137 51
Binary 11001011 10010111 101 0 11010 1100010 10100 101100 1011111 101001

Color Harmonies of #CB9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9705

Black with #CB9705

Text Example


Text Example

White with #CB9705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9705; }

 p { color: rgb(203,151,5); }

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

background-color css

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

 a { background-color: rgb(203,151,5); }

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

border-color css

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

 span { border-color: rgb(203,151,5); }

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