#CF9422

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

Shades of Buttercup #CF9422

Tints of Buttercup #CF9422

Color information

#CF9422 (or 0xCF9422) is unknown color: approx Buttercup. HEX triplet: CF, 94 and 22. RGB value is (207,148,34). Sum of RGB (Red+Green+Blue) = 207+148+34=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9422 is #306BDD. Grayscale: #999999. Windows color (decimal): -3173342 or 2266319. OLE color: 2266319.

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

Color convert

RGB20714834-
CMYK00.290.840.19
HSL39.54º71.78%47.25%-
HSV(B)39.54º83.57%81.18%-
XYZ36.6134.566.25-
YUV152.6561.05166.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.21%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 34 (13.67% from 255) = 8.74%
R=53.21%
G=38.05%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071483400.290.840.1939.5471.7847.25
HexCF942201D541328482f
Octal31722442035124235011057
Binary11001111100101001000100111011010100100111010001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9422; }

 p { color: rgb(207,148,34); }

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

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

 a { background-color: rgb(207,148,34); }

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

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

 span { border-color: rgb(207,148,34); }

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