Html Css Color HEX #CD8C20 Buttercup

📋 copy color: '#CD8C20'

red 205 ◦ green 140 ◦ blue 32

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

Shades of Buttercup #CD8C20

Tints of Buttercup #CD8C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 54.38%
G = 37.14%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD8C20 (or 0xCD8C20) is known color: Buttercup. HEX triplet: CD, 8C and 20. RGB value is (205,140,32). Sum of RGB (Red+Green+Blue) = 205+140+32=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C20 is #3273DF. Grayscale: #939393. Windows color (decimal): -3306464 or 2133197. OLE color: 2133197.

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

Color convert

RGB 205 140 32 -
CMYK 0 0.32 0.84 0.20
HSL 37.46º 0.73% 0.46% -
HSV(B) 37.46º 0.84% 0.8% -
XYZ 34.82 31.84 5.68 -
YUV 147.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 205 140 32 0 0.32 0.84 0.20 37.46 0.73 0.46
Hex CD 8C 20 0 20 54 14 25 49 2E
Octal 315 214 40 0 40 124 24 45 111 56
Binary 11001101 10001100 100000 0 100000 1010100 10100 100101 1001001 101110

Color Harmonies of #CD8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C20

Black with #CD8C20

Text Example


Text Example

White with #CD8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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