Html Css Color HEX #CD9A29 Buttercup

📋 copy color: '#CD9A29'

red 205 ◦ green 154 ◦ blue 41

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

Shades of Buttercup #CD9A29

Tints of Buttercup #CD9A29

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 41 (16.41% from 255) = 10.25%

R = 51.25%
G = 38.5%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD9A29 (or 0xCD9A29) is known color: Buttercup. HEX triplet: CD, 9A and 29. RGB value is (205,154,41). Sum of RGB (Red+Green+Blue) = 205+154+41=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A29 is #3265D6. Grayscale: #9C9C9C. Windows color (decimal): -3302871 or 2726605. OLE color: 2726605.

HSL color Cylindrical-coordinate representation of color #CD9A29: hue angle of 41.34º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD9A29 is Cyan = 0, Magento = 0.25, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 154 41 -
CMYK 0 0.25 0.8 0.20
HSL 41.34º 0.67% 0.48% -
HSV(B) 41.34º 0.8% 0.8% -
XYZ 37.13 36.25 7.14 -
YUV 156.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 205 154 41 0 0.25 0.8 0.20 41.34 0.67 0.48
Hex CD 9A 29 0 19 50 14 29 43 30
Octal 315 232 51 0 31 120 24 51 103 60
Binary 11001101 10011010 101001 0 11001 1010000 10100 101001 1000011 110000

Color Harmonies of #CD9A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A29

Black with #CD9A29

Text Example


Text Example

White with #CD9A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A29; }

 p { color: rgb(205,154,41); }

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

background-color css

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

 a { background-color: rgb(205,154,41); }

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

border-color css

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

 span { border-color: rgb(205,154,41); }

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