#CF8C1A

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

Shades of Buttercup #CF8C1A

Tints of Buttercup #CF8C1A

Color information

#CF8C1A (or 0xCF8C1A) is unknown color: approx Buttercup. HEX triplet: CF, 8C and 1A. RGB value is (207,140,26). Sum of RGB (Red+Green+Blue) = 207+140+26=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C1A is #3073E5. Grayscale: #939393. Windows color (decimal): -3175398 or 1739983. OLE color: 1739983.

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

Color convert

RGB20714026-
CMYK00.320.870.19
HSL37.79º77.68%45.69%-
HSV(B)37.79º87.44%81.18%-
XYZ35.332.15.31-
YUV147.0459.7170.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 26 (10.55% from 255) = 6.97%
R=55.50%
G=37.53%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071402600.320.870.1937.7977.6845.69
HexCF8C1A0205713264e2e
Octal31721432040127234611656
Binary11001111100011001101001000001010111100111001101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8C1A; }

 p { color: rgb(207,140,26); }

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

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

 a { background-color: rgb(207,140,26); }

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

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

 span { border-color: rgb(207,140,26); }

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