Html Css Color HEX #CCD741 Las Palmas

📋 copy color: '#CCD741'

red 204 ◦ green 215 ◦ blue 65

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

Shades of Las Palmas #CCD741

Tints of Las Palmas #CCD741

RGB

 RED value IS 204 (80.08% from 255) = 42.15%

 GREEN value IS 215 (84.38% from 255) = 44.42%

 BLUE value IS 65 (25.78% from 255) = 13.43%

R = 42.15%
G = 44.42%
B = 13.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CCD741 (or 0xCCD741) is known color: Las Palmas. HEX triplet: CC, D7 and 41. RGB value is (204,215,65). Sum of RGB (Red+Green+Blue) = 204+215+65=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD741 is #3328BE. Grayscale: #C3C3C3. Windows color (decimal): -3352767 or 4315084. OLE color: 4315084.

HSL color Cylindrical-coordinate representation of color #CCD741: hue angle of 64.4º 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 #CCD741 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 65 -
CMYK 0.05 0 0.70 0.16
HSL 64.4º 0.65% 0.55% -
HSV(B) 64.4º 0.7% 0.84% -
XYZ 50.16 61.82 14.29 -
YUV 194.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 204 215 65 0.05 0 0.70 0.16 64.4 0.65 0.55
Hex CC D7 41 5 0 46 10 40 41 37
Octal 314 327 101 5 0 106 20 100 101 67
Binary 11001100 11010111 1000001 101 0 1000110 10000 1000000 1000001 110111

Color Harmonies of #CCD741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD741

Black with #CCD741

Text Example


Text Example

White with #CCD741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD741; }

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

 H1.HeaderClassName
 {
   color: #CCD741;
 }
 .AnyTagClassName
 {
   color: #CCD741;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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