Html Css Color HEX #CD9020 Buttercup

📋 copy color: '#CD9020'

red 205 ◦ green 144 ◦ blue 32

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

Shades of Buttercup #CD9020

Tints of Buttercup #CD9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 53.81%
G = 37.8%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD9020 (or 0xCD9020) is known color: Buttercup. HEX triplet: CD, 90 and 20. RGB value is (205,144,32). Sum of RGB (Red+Green+Blue) = 205+144+32=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9020 is #326FDF. Grayscale: #959595. Windows color (decimal): -3305440 or 2134221. OLE color: 2134221.

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

Color convert

RGB 205 144 32 -
CMYK 0 0.30 0.84 0.20
HSL 38.84º 0.73% 0.46% -
HSV(B) 38.84º 0.84% 0.8% -
XYZ 35.41 33.03 5.88 -
YUV 149.47 61.71 167.61 -
System Red Green Blue C M Y K H S L
Decimal 205 144 32 0 0.30 0.84 0.20 38.84 0.73 0.46
Hex CD 90 20 0 1E 54 14 27 49 2E
Octal 315 220 40 0 36 124 24 47 111 56
Binary 11001101 10010000 100000 0 11110 1010100 10100 100111 1001001 101110

Color Harmonies of #CD9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9020

Black with #CD9020

Text Example


Text Example

White with #CD9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9020; }

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

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

background-color css

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

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

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

border-color css

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

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

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