Html Css Color HEX #CD850B Dark Goldenrod

📋 copy color: '#CD850B'

red 205 ◦ green 133 ◦ blue 11

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

Shades of Dark Goldenrod #CD850B

Tints of Dark Goldenrod #CD850B

RGB

 RED value IS 205 (80.47% from 255) = 58.74%

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 58.74%
G = 38.11%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD850B (or 0xCD850B) is known color: Dark Goldenrod. HEX triplet: CD, 85 and 0B. RGB value is (205,133,11). Sum of RGB (Red+Green+Blue) = 205+133+11=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD850B is #327AF4. Grayscale: #8D8D8D. Windows color (decimal): -3308277 or 755149. OLE color: 755149.

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

Color convert

RGB 205 133 11 -
CMYK 0 0.35 0.95 0.20
HSL 37.73º 0.9% 0.42% -
HSV(B) 37.73º 0.95% 0.8% -
XYZ 33.62 29.78 4.29 -
YUV 140.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 205 133 11 0 0.35 0.95 0.20 37.73 0.9 0.42
Hex CD 85 B 0 23 5F 14 26 5A 2A
Octal 315 205 13 0 43 137 24 46 132 52
Binary 11001101 10000101 1011 0 100011 1011111 10100 100110 1011010 101010

Color Harmonies of #CD850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD850B

Black with #CD850B

Text Example


Text Example

White with #CD850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD850B; }

 p { color: rgb(205,133,11); }

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

background-color css

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

 a { background-color: rgb(205,133,11); }

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

border-color css

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

 span { border-color: rgb(205,133,11); }

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