#CFD741

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

Shades of Las Palmas #CFD741

Tints of Las Palmas #CFD741

Color information

#CFD741 (or 0xCFD741) is unknown color: approx Las Palmas. HEX triplet: CF, D7 and 41. RGB value is (207,215,65). Sum of RGB (Red+Green+Blue) = 207+215+65=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD741 is #3028BE. Grayscale: #C4C4C4. Windows color (decimal): -3156159 or 4315087. OLE color: 4315087.

HSL color Cylindrical-coordinate representation of color #CFD741: hue angle of 63.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFD741 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB20721565-
CMYK0.0400.700.16
HSL63.2º65.22%54.9%-
HSV(B)63.2º69.77%84.31%-
XYZ50.9962.2514.33-
YUV195.5154.35136.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 215 (84.38% from 255) = 44.15%
BLUE value IS 65 (25.78% from 255) = 13.35%
R=42.51%
G=44.15%
B=13.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207215650.0400.700.1663.265.2254.9
HexCFD7414046103f4137
Octal31732710140106207710167
Binary1100111111010111100000110001000110100001111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD741; }

 p { color: rgb(207,215,65); }

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

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

 a { background-color: rgb(207,215,65); }

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

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

 span { border-color: rgb(207,215,65); }

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