Html Css Color HEX #CD992A Buttercup

📋 copy color: '#CD992A'

red 205 ◦ green 153 ◦ blue 42

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

Shades of Buttercup #CD992A

Tints of Buttercup #CD992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 51.25%
G = 38.25%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD992A (or 0xCD992A) is known color: Buttercup. HEX triplet: CD, 99 and 2A. RGB value is (205,153,42). Sum of RGB (Red+Green+Blue) = 205+153+42=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD992A is #3266D5. Grayscale: #9C9C9C. Windows color (decimal): -3303126 or 2791885. OLE color: 2791885.

HSL color Cylindrical-coordinate representation of color #CD992A: hue angle of 40.86º degrees, saturation: 0.66, 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 #CD992A is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 42 -
CMYK 0 0.25 0.80 0.20
HSL 40.86º 0.66% 0.48% -
HSV(B) 40.86º 0.8% 0.8% -
XYZ 36.99 35.93 7.18 -
YUV 155.89 63.73 163.03 -
System Red Green Blue C M Y K H S L
Decimal 205 153 42 0 0.25 0.80 0.20 40.86 0.66 0.48
Hex CD 99 2A 0 19 50 14 29 42 30
Octal 315 231 52 0 31 120 24 51 102 60
Binary 11001101 10011001 101010 0 11001 1010000 10100 101001 1000010 110000

Color Harmonies of #CD992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD992A

Black with #CD992A

Text Example


Text Example

White with #CD992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD992A; }

 p { color: rgb(205,153,42); }

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

background-color css

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

 a { background-color: rgb(205,153,42); }

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

border-color css

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

 span { border-color: rgb(205,153,42); }

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