#CFB400

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

Shades of Bird Flower #CFB400

Tints of Bird Flower #CFB400

Color information

#CFB400 (or 0xCFB400) is unknown color: approx Bird Flower. HEX triplet: CF, B4 and 00. RGB value is (207,180,0). Sum of RGB (Red+Green+Blue) = 207+180+0=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB400 is #304BFF. Grayscale: #A8A8A8. Windows color (decimal): -3165184 or 46287. OLE color: 46287.

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

Color convert

RGB2071800-
CMYK00.1310.19
HSL52.17º100%40.59%-
HSV(B)52.17º100%81.18%-
XYZ42.0545.916.64-
YUV167.5533.45156.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.49%
G=46.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207180000.1310.1952.1710040.59
HexCFB400D6413346429
Octal3172640015144236414451
Binary11001111101101000011011100100100111101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB400; }

 p { color: rgb(207,180,0); }

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

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

 a { background-color: rgb(207,180,0); }

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

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

 span { border-color: rgb(207,180,0); }

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