Html Css Color HEX #CD9820 Buttercup

📋 copy color: '#CD9820'

red 205 ◦ green 152 ◦ blue 32

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

Shades of Buttercup #CD9820

Tints of Buttercup #CD9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 52.7%
G = 39.07%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD9820 (or 0xCD9820) is known color: Buttercup. HEX triplet: CD, 98 and 20. RGB value is (205,152,32). Sum of RGB (Red+Green+Blue) = 205+152+32=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9820 is #3267DF. Grayscale: #9A9A9A. Windows color (decimal): -3303392 or 2136269. OLE color: 2136269.

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

Color convert

RGB 205 152 32 -
CMYK 0 0.26 0.84 0.20
HSL 41.62º 0.73% 0.46% -
HSV(B) 41.62º 0.84% 0.8% -
XYZ 36.67 35.54 6.29 -
YUV 154.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 205 152 32 0 0.26 0.84 0.20 41.62 0.73 0.46
Hex CD 98 20 0 1A 54 14 2A 49 2E
Octal 315 230 40 0 32 124 24 52 111 56
Binary 11001101 10011000 100000 0 11010 1010100 10100 101010 1001001 101110

Color Harmonies of #CD9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9820

Black with #CD9820

Text Example


Text Example

White with #CD9820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9820; }

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

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

background-color css

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

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

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

border-color css

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

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

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