Html Css Color HEX #CCD742 Las Palmas

📋 copy color: '#CCD742'

red 204 ◦ green 215 ◦ blue 66

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

Shades of Las Palmas #CCD742

Tints of Las Palmas #CCD742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.61%

R = 42.06%
G = 44.33%
B = 13.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CCD742 (or 0xCCD742) is known color: Las Palmas. HEX triplet: CC, D7 and 42. RGB value is (204,215,66). Sum of RGB (Red+Green+Blue) = 204+215+66=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD742 is #3328BD. Grayscale: #C3C3C3. Windows color (decimal): -3352766 or 4380620. OLE color: 4380620.

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

Color convert

RGB 204 215 66 -
CMYK 0.05 0 0.69 0.16
HSL 64.43º 0.65% 0.55% -
HSV(B) 64.43º 0.69% 0.84% -
XYZ 50.19 61.83 14.44 -
YUV 194.73 55.36 134.62 -
System Red Green Blue C M Y K H S L
Decimal 204 215 66 0.05 0 0.69 0.16 64.43 0.65 0.55
Hex CC D7 42 5 0 45 10 40 41 37
Octal 314 327 102 5 0 105 20 100 101 67
Binary 11001100 11010111 1000010 101 0 1000101 10000 1000000 1000001 110111

Color Harmonies of #CCD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD742

Black with #CCD742

Text Example


Text Example

White with #CCD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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