Html Css Color HEX #CCD748 Las Palmas

📋 copy color: '#CCD748'

red 204 ◦ green 215 ◦ blue 72

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

Shades of Las Palmas #CCD748

Tints of Las Palmas #CCD748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 41.55%
G = 43.79%
B = 14.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#CCD748 (or 0xCCD748) is known color: Las Palmas. HEX triplet: CC, D7 and 48. RGB value is (204,215,72). Sum of RGB (Red+Green+Blue) = 204+215+72=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD748 is #3328B7. Grayscale: #C3C3C3. Windows color (decimal): -3352760 or 4773836. OLE color: 4773836.

HSL color Cylindrical-coordinate representation of color #CCD748: hue angle of 64.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCD748 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 72 -
CMYK 0.05 0 0.67 0.16
HSL 64.62º 0.64% 0.56% -
HSV(B) 64.62º 0.67% 0.84% -
XYZ 50.37 61.91 15.43 -
YUV 195.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 204 215 72 0.05 0 0.67 0.16 64.62 0.64 0.56
Hex CC D7 48 5 0 43 10 41 40 38
Octal 314 327 110 5 0 103 20 101 100 70
Binary 11001100 11010111 1001000 101 0 1000011 10000 1000001 1000000 111000

Color Harmonies of #CCD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD748

Black with #CCD748

Text Example


Text Example

White with #CCD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD748; }

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

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

background-color css

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

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

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

border-color css

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

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

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