#CFAE03

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

Shades of Bird Flower #CFAE03

Tints of Bird Flower #CFAE03

Color information

#CFAE03 (or 0xCFAE03) is unknown color: approx Bird Flower. HEX triplet: CF, AE and 03. RGB value is (207,174,3). Sum of RGB (Red+Green+Blue) = 207+174+3=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE03 is #3051FC. Grayscale: #A5A5A5. Windows color (decimal): -3166717 or 241359. OLE color: 241359.

HSL color Cylindrical-coordinate representation of color #CFAE03: hue angle of 50.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFAE03 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB2071743-
CMYK00.160.990.19
HSL50.29º97.14%41.18%-
HSV(B)50.29º98.55%81.18%-
XYZ40.8843.546.34-
YUV164.3736.93158.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=53.91%
G=45.31%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207174300.160.990.1950.2997.1441.18
HexCFAE30106313326129
Octal3172563020143236214151
Binary1100111110101110110100001100011100111100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE03; }

 p { color: rgb(207,174,3); }

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

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

 a { background-color: rgb(207,174,3); }

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

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

 span { border-color: rgb(207,174,3); }

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