#cf901d

Color #CF901D Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #CF901D

Tints of Buttercup #CF901D

Color information

#CF901D (or 0xCF901D) is unknown color: approx Buttercup. HEX triplet: CF, 90 and 1D. RGB value is (207,144,29). Sum of RGB (Red+Green+Blue) = 207+144+29=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF901D is #306FE2. Grayscale: #969696. Windows color (decimal): -3174371 or 1937615. OLE color: 1937615.

HSL color Cylindrical-coordinate representation of color #CF901D: hue angle of 38.76º 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 #CF901D is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20714429-
CMYK00.300.860.19
HSL38.76º75.42%46.27%-
HSV(B)38.76º85.99%81.18%-
XYZ35.9333.35.7-
YUV149.7359.87168.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 29 (11.72% from 255) = 7.63%
R=54.47%
G=37.89%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071442900.300.860.1938.7675.4246.27
HexCF901D01E5613274b2e
Octal31722035036126234711356
Binary1100111110010000111010111101010110100111001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf901d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf901d; }

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

 H1.HeaderClassName
 {
   color: #cf901d;
 }
 .AnyTagClassName
 {
   color: #cf901d;
 }
</style>
background-color css

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

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

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

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

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

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