Html Css Color HEX #CD981E Buttercup

📋 copy color: '#CD981E'

red 205 ◦ green 152 ◦ blue 30

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

Shades of Buttercup #CD981E

Tints of Buttercup #CD981E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.75%

R = 52.97%
G = 39.28%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD981E (or 0xCD981E) is known color: Buttercup. HEX triplet: CD, 98 and 1E. RGB value is (205,152,30). Sum of RGB (Red+Green+Blue) = 205+152+30=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD981E is #3267E1. Grayscale: #9A9A9A. Windows color (decimal): -3303394 or 2005197. OLE color: 2005197.

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

Color convert

RGB 205 152 30 -
CMYK 0 0.26 0.85 0.20
HSL 41.83º 0.74% 0.46% -
HSV(B) 41.83º 0.85% 0.8% -
XYZ 36.64 35.53 6.16 -
YUV 153.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 205 152 30 0 0.26 0.85 0.20 41.83 0.74 0.46
Hex CD 98 1E 0 1A 55 14 2A 4A 2E
Octal 315 230 36 0 32 125 24 52 112 56
Binary 11001101 10011000 11110 0 11010 1010101 10100 101010 1001010 101110

Color Harmonies of #CD981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD981E

Black with #CD981E

Text Example


Text Example

White with #CD981E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD981E; }

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

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

background-color css

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

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

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

border-color css

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

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

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