Html Css Color HEX #CFD741 Las Palmas

📋 copy color: '#CFD741'

red 207 ◦ green 215 ◦ blue 65

#CFD741
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CFD741

Tints of Las Palmas #CFD741

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 value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CFD741 (or 0xCFD741) is known color: 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

RGB 207 215 65 -
CMYK 0.04 0 0.70 0.16
HSL 63.2º 0.65% 0.55% -
HSV(B) 63.2º 0.7% 0.84% -
XYZ 50.99 62.25 14.33 -
YUV 195.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 207 215 65 0.04 0 0.70 0.16 63.2 0.65 0.55
Hex CF D7 41 4 0 46 10 3F 41 37
Octal 317 327 101 4 0 106 20 77 101 67
Binary 11001111 11010111 1000001 100 0 1000110 10000 111111 1000001 110111

Color Harmonies of #CFD741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD741

Black with #CFD741

Text Example


Text Example

White with #CFD741

Text Example


Text Example

HTML Codes & Css Web 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>