#cfbe00

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

Shades of Bird Flower #CFBE00

Tints of Bird Flower #CFBE00

Color information

#CFBE00 (or 0xCFBE00) is unknown color: approx Bird Flower. HEX triplet: CF, BE and 00. RGB value is (207,190,0). Sum of RGB (Red+Green+Blue) = 207+190+0=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE00 is #3041FF. Grayscale: #AEAEAE. Windows color (decimal): -3162624 or 48847. OLE color: 48847.

HSL color Cylindrical-coordinate representation of color #CFBE00: hue angle of 55.07º 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 #CFBE00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB2071900-
CMYK00.0810.19
HSL55.07º100%40.59%-
HSV(B)55.07º100%81.18%-
XYZ44.1550.097.34-
YUV173.4230.13151.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.14%
G=47.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207190000.0810.1955.0710040.59
HexCFBE0086413376429
Octal3172760010144236714451
Binary11001111101111100010001100100100111101111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfbe00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfbe00; }

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

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

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

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

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

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

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

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