#CFBE1E

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

Shades of Bird Flower #CFBE1E

Tints of Bird Flower #CFBE1E

Color information

#CFBE1E (or 0xCFBE1E) is unknown color: approx Bird Flower. HEX triplet: CF, BE and 1E. RGB value is (207,190,30). Sum of RGB (Red+Green+Blue) = 207+190+30=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE1E is #3041E1. Grayscale: #B1B1B1. Windows color (decimal): -3162594 or 2014927. OLE color: 2014927.

HSL color Cylindrical-coordinate representation of color #CFBE1E: hue angle of 54.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFBE1E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20719030-
CMYK00.080.860.19
HSL54.24º74.68%46.47%-
HSV(B)54.24º85.51%81.18%-
XYZ44.3850.198.58-
YUV176.8445.13149.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 30 (12.11% from 255) = 7.03%
R=48.48%
G=44.50%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071903000.080.860.1954.2474.6846.47
HexCFBE1E085613364b2e
Octal31727636010126236611356
Binary110011111011111011110010001010110100111101101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE1E; }

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

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

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

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

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

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

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

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