#CFAC0D

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

Shades of Bird Flower #CFAC0D

Tints of Bird Flower #CFAC0D

Color information

#CFAC0D (or 0xCFAC0D) is unknown color: approx Bird Flower. HEX triplet: CF, AC and 0D. RGB value is (207,172,13). Sum of RGB (Red+Green+Blue) = 207+172+13=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC0D is #3053F2. Grayscale: #A5A5A5. Windows color (decimal): -3167219 or 896207. OLE color: 896207.

HSL color Cylindrical-coordinate representation of color #CFAC0D: hue angle of 49.18º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFAC0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20717213-
CMYK00.170.940.19
HSL49.18º88.18%43.14%-
HSV(B)49.18º93.72%81.18%-
XYZ40.5642.86.5-
YUV164.3442.6158.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 13 (5.47% from 255) = 3.32%
R=52.81%
G=43.88%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071721300.170.940.1949.1888.1843.14
HexCFACD0115E1331582b
Octal31725415021136236113053
Binary110011111010110011010100011011110100111100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC0D; }

 p { color: rgb(207,172,13); }

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

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

 a { background-color: rgb(207,172,13); }

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

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

 span { border-color: rgb(207,172,13); }

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