Html Css Color HEX #CF981D Buttercup

📋 copy color: '#CF981D'

red 207 ◦ green 152 ◦ blue 29

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

Shades of Buttercup #CF981D

Tints of Buttercup #CF981D

RGB

 RED value IS 207 (81.25% from 255) = 53.35%

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

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 53.35%
G = 39.18%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF981D (or 0xCF981D) is known color: Buttercup. HEX triplet: CF, 98 and 1D. RGB value is (207,152,29). Sum of RGB (Red+Green+Blue) = 207+152+29=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF981D is #3067E2. Grayscale: #9A9A9A. Windows color (decimal): -3172323 or 1939663. OLE color: 1939663.

HSL color Cylindrical-coordinate representation of color #CF981D: hue angle of 41.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF981D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 29 -
CMYK 0 0.27 0.86 0.19
HSL 41.46º 0.75% 0.46% -
HSV(B) 41.46º 0.86% 0.81% -
XYZ 37.18 35.81 6.11 -
YUV 154.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 207 152 29 0 0.27 0.86 0.19 41.46 0.75 0.46
Hex CF 98 1D 0 1B 56 13 29 4B 2E
Octal 317 230 35 0 33 126 23 51 113 56
Binary 11001111 10011000 11101 0 11011 1010110 10011 101001 1001011 101110

Color Harmonies of #CF981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF981D

Black with #CF981D

Text Example


Text Example

White with #CF981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF981D; }

 p { color: rgb(207,152,29); }

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

background-color css

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

 a { background-color: rgb(207,152,29); }

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

border-color css

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

 span { border-color: rgb(207,152,29); }

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