Html Css Color HEX #CF931F Buttercup

📋 copy color: '#CF931F'

red 207 ◦ green 147 ◦ blue 31

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

Shades of Buttercup #CF931F

Tints of Buttercup #CF931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 53.77%
G = 38.18%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF931F (or 0xCF931F) is known color: Buttercup. HEX triplet: CF, 93 and 1F. RGB value is (207,147,31). Sum of RGB (Red+Green+Blue) = 207+147+31=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF931F is #306CE0. Grayscale: #989898. Windows color (decimal): -3173601 or 2069455. OLE color: 2069455.

HSL color Cylindrical-coordinate representation of color #CF931F: hue angle of 39.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF931F is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 31 -
CMYK 0 0.29 0.85 0.19
HSL 39.55º 0.74% 0.47% -
HSV(B) 39.55º 0.85% 0.81% -
XYZ 36.41 34.23 5.98 -
YUV 151.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 207 147 31 0 0.29 0.85 0.19 39.55 0.74 0.47
Hex CF 93 1F 0 1D 55 13 28 4A 2F
Octal 317 223 37 0 35 125 23 50 112 57
Binary 11001111 10010011 11111 0 11101 1010101 10011 101000 1001010 101111

Color Harmonies of #CF931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF931F

Black with #CF931F

Text Example


Text Example

White with #CF931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF931F; }

 p { color: rgb(207,147,31); }

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

background-color css

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

 a { background-color: rgb(207,147,31); }

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

border-color css

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

 span { border-color: rgb(207,147,31); }

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