Html Css Color HEX #CB9205 Dark Goldenrod

📋 copy color: '#CB9205'

red 203 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #CB9205

Tints of Dark Goldenrod #CB9205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.24%

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

R = 57.34%
G = 41.24%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB9205 (or 0xCB9205) is known color: Dark Goldenrod. HEX triplet: CB, 92 and 05. RGB value is (203,146,5). Sum of RGB (Red+Green+Blue) = 203+146+5=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9205 is #346DFA. Grayscale: #939393. Windows color (decimal): -3436027 or 365259. OLE color: 365259.

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

Color convert

RGB 203 146 5 -
CMYK 0 0.28 0.98 0.20
HSL 42.73º 0.95% 0.41% -
HSV(B) 42.73º 0.98% 0.8% -
XYZ 34.93 33.27 4.72 -
YUV 146.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 203 146 5 0 0.28 0.98 0.20 42.73 0.95 0.41
Hex CB 92 5 0 1C 62 14 2B 5F 29
Octal 313 222 5 0 34 142 24 53 137 51
Binary 11001011 10010010 101 0 11100 1100010 10100 101011 1011111 101001

Color Harmonies of #CB9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9205

Black with #CB9205

Text Example


Text Example

White with #CB9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9205; }

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

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

background-color css

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

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

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

border-color css

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

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

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