#CFD10D

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

Shades of Bird Flower #CFD10D

Tints of Bird Flower #CFD10D

Color information

#CFD10D (or 0xCFD10D) is unknown color: approx Bird Flower. HEX triplet: CF, D1 and 0D. RGB value is (207,209,13). Sum of RGB (Red+Green+Blue) = 207+209+13=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD10D is #302EF2. Grayscale: #BABABA. Windows color (decimal): -3157747 or 905679. OLE color: 905679.

HSL color Cylindrical-coordinate representation of color #CFD10D: hue angle of 60.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD10D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB20720913-
CMYK0.0100.940.18
HSL60.61º88.29%43.53%-
HSV(B)60.61º93.78%81.96%-
XYZ48.6158.99.19-
YUV186.0630.34142.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 209 (82.03% from 255) = 48.72%
BLUE value IS 13 (5.47% from 255) = 3.03%
R=48.25%
G=48.72%
B=3.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207209130.0100.940.1860.6188.2943.53
HexCFD1D105E123d582c
Octal3173211510136227513054
Binary11001111110100011101101011110100101111011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD10D; }

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

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

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

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

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

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

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

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