Html Css Color HEX #CD8C06 Dark Goldenrod

📋 copy color: '#CD8C06'

red 205 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #CD8C06

Tints of Dark Goldenrod #CD8C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 58.4%
G = 39.89%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CD8C06 (or 0xCD8C06) is known color: Dark Goldenrod. HEX triplet: CD, 8C and 06. RGB value is (205,140,6). Sum of RGB (Red+Green+Blue) = 205+140+6=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8C06 is #3273F9. Grayscale: #909090. Windows color (decimal): -3306490 or 429261. OLE color: 429261.

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

Color convert

RGB 205 140 6 -
CMYK 0 0.32 0.97 0.20
HSL 40.4º 0.94% 0.41% -
HSV(B) 40.4º 0.97% 0.8% -
XYZ 34.59 31.75 4.48 -
YUV 144.16 50.03 171.4 -
System Red Green Blue C M Y K H S L
Decimal 205 140 6 0 0.32 0.97 0.20 40.4 0.94 0.41
Hex CD 8C 6 0 20 61 14 28 5E 29
Octal 315 214 6 0 40 141 24 50 136 51
Binary 11001101 10001100 110 0 100000 1100001 10100 101000 1011110 101001

Color Harmonies of #CD8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C06

Black with #CD8C06

Text Example


Text Example

White with #CD8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C06; }

 p { color: rgb(205,140,6); }

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

background-color css

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

 a { background-color: rgb(205,140,6); }

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

border-color css

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

 span { border-color: rgb(205,140,6); }

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