Html Css Color HEX #CCD746 Las Palmas

📋 copy color: '#CCD746'

red 204 ◦ green 215 ◦ blue 70

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

Shades of Las Palmas #CCD746

Tints of Las Palmas #CCD746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 41.72%
G = 43.97%
B = 14.31%

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

#CCD746 (or 0xCCD746) is known color: Las Palmas. HEX triplet: CC, D7 and 46. RGB value is (204,215,70). Sum of RGB (Red+Green+Blue) = 204+215+70=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD746 is #3328B9. Grayscale: #C3C3C3. Windows color (decimal): -3352762 or 4642764. OLE color: 4642764.

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

Color convert

RGB 204 215 70 -
CMYK 0.05 0 0.67 0.16
HSL 64.55º 0.64% 0.56% -
HSV(B) 64.55º 0.67% 0.84% -
XYZ 50.31 61.88 15.09 -
YUV 195.18 57.36 134.29 -
System Red Green Blue C M Y K H S L
Decimal 204 215 70 0.05 0 0.67 0.16 64.55 0.64 0.56
Hex CC D7 46 5 0 43 10 41 40 38
Octal 314 327 106 5 0 103 20 101 100 70
Binary 11001100 11010111 1000110 101 0 1000011 10000 1000001 1000000 111000

Color Harmonies of #CCD746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD746

Black with #CCD746

Text Example


Text Example

White with #CCD746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD746; }

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

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

background-color css

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

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

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

border-color css

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

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

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