#CFDF1D

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

Shades of Pear #CFDF1D

Tints of Pear #CFDF1D

Color information

#CFDF1D (or 0xCFDF1D) is unknown color: approx Pear. HEX triplet: CF, DF and 1D. RGB value is (207,223,29). Sum of RGB (Red+Green+Blue) = 207+223+29=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF1D is #3020E2. Grayscale: #C4C4C4. Windows color (decimal): -3154147 or 1957839. OLE color: 1957839.

HSL color Cylindrical-coordinate representation of color #CFDF1D: hue angle of 64.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFDF1D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB20722329-
CMYK0.0700.870.13
HSL64.95º76.98%49.41%-
HSV(B)64.95º87%87.45%-
XYZ52.3466.1311.17-
YUV196.133.7135.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 29 (11.72% from 255) = 6.32%
R=45.10%
G=48.58%
B=6.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207223290.0700.870.1364.9576.9849.41
HexCFDF1D7057D414d31
Octal31733735701271510111561
Binary11001111110111111110111101010111110110000011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDF1D; }

 p { color: rgb(207,223,29); }

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

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

 a { background-color: rgb(207,223,29); }

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

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

 span { border-color: rgb(207,223,29); }

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