Html Css Color HEX #CCD740 Las Palmas

📋 copy color: '#CCD740'

red 204 ◦ green 215 ◦ blue 64

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

Shades of Las Palmas #CCD740

Tints of Las Palmas #CCD740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.25%

R = 42.24%
G = 44.51%
B = 13.25%

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

#CCD740 (or 0xCCD740) is known color: Las Palmas. HEX triplet: CC, D7 and 40. RGB value is (204,215,64). Sum of RGB (Red+Green+Blue) = 204+215+64=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD740 is #3328BF. Grayscale: #C3C3C3. Windows color (decimal): -3352768 or 4249548. OLE color: 4249548.

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

Color convert

RGB 204 215 64 -
CMYK 0.05 0 0.70 0.16
HSL 64.37º 0.65% 0.55% -
HSV(B) 64.37º 0.7% 0.84% -
XYZ 50.13 61.81 14.14 -
YUV 194.5 54.36 134.78 -
System Red Green Blue C M Y K H S L
Decimal 204 215 64 0.05 0 0.70 0.16 64.37 0.65 0.55
Hex CC D7 40 5 0 46 10 40 41 37
Octal 314 327 100 5 0 106 20 100 101 67
Binary 11001100 11010111 1000000 101 0 1000110 10000 1000000 1000001 110111

Color Harmonies of #CCD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD740

Black with #CCD740

Text Example


Text Example

White with #CCD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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