#cfce0d

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

Shades of Bird Flower #CFCE0D

Tints of Bird Flower #CFCE0D

Color information

#CFCE0D (or 0xCFCE0D) is unknown color: approx Bird Flower. HEX triplet: CF, CE and 0D. RGB value is (207,206,13). Sum of RGB (Red+Green+Blue) = 207+206+13=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE0D is #3031F2. Grayscale: #B9B9B9. Windows color (decimal): -3158515 or 904911. OLE color: 904911.

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

Color convert

RGB20720613-
CMYK00.000.940.19
HSL59.69º88.18%43.14%-
HSV(B)59.69º93.72%81.18%-
XYZ47.8857.448.94-
YUV184.331.33144.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.59%
GREEN value IS 206 (80.86% from 255) = 48.36%
BLUE value IS 13 (5.47% from 255) = 3.05%
R=48.59%
G=48.36%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072061300.000.940.1959.6988.1843.14
HexCFCED005E133c582b
Octal3173161500136237413053
Binary11001111110011101101001011110100111111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfce0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfce0d; }

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

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

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

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

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

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

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

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