Html Css Color HEX #CD8305 Dark Goldenrod

📋 copy color: '#CD8305'

red 205 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #CD8305

Tints of Dark Goldenrod #CD8305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 60.12%
G = 38.42%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD8305 (or 0xCD8305) is known color: Dark Goldenrod. HEX triplet: CD, 83 and 05. RGB value is (205,131,5). Sum of RGB (Red+Green+Blue) = 205+131+5=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8305 is #327CFA. Grayscale: #8B8B8B. Windows color (decimal): -3308795 or 361421. OLE color: 361421.

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

Color convert

RGB 205 131 5 -
CMYK 0 0.36 0.98 0.20
HSL 37.8º 0.95% 0.41% -
HSV(B) 37.8º 0.98% 0.8% -
XYZ 33.32 29.22 4.03 -
YUV 138.76 52.52 175.25 -
System Red Green Blue C M Y K H S L
Decimal 205 131 5 0 0.36 0.98 0.20 37.8 0.95 0.41
Hex CD 83 5 0 24 62 14 26 5F 29
Octal 315 203 5 0 44 142 24 46 137 51
Binary 11001101 10000011 101 0 100100 1100010 10100 100110 1011111 101001

Color Harmonies of #CD8305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8305

Black with #CD8305

Text Example


Text Example

White with #CD8305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8305; }

 p { color: rgb(205,131,5); }

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

background-color css

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

 a { background-color: rgb(205,131,5); }

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

border-color css

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

 span { border-color: rgb(205,131,5); }

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