Html Css Color HEX #CCDA38 Las Palmas

📋 copy color: '#CCDA38'

red 204 ◦ green 218 ◦ blue 56

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

Shades of Las Palmas #CCDA38

Tints of Las Palmas #CCDA38

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 56 (22.27% from 255) = 11.72%

R = 42.68%
G = 45.61%
B = 11.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#CCDA38 (or 0xCCDA38) is known color: Las Palmas. HEX triplet: CC, DA and 38. RGB value is (204,218,56). Sum of RGB (Red+Green+Blue) = 204+218+56=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA38 is #3325C7. Grayscale: #C3C3C3. Windows color (decimal): -3352008 or 3726028. OLE color: 3726028.

HSL color Cylindrical-coordinate representation of color #CCDA38: hue angle of 65.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCDA38 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 56 -
CMYK 0.06 0 0.74 0.15
HSL 65.19º 0.69% 0.54% -
HSV(B) 65.19º 0.74% 0.85% -
XYZ 50.69 63.27 13.28 -
YUV 195.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 204 218 56 0.06 0 0.74 0.15 65.19 0.69 0.54
Hex CC DA 38 6 0 4A F 41 45 36
Octal 314 332 70 6 0 112 17 101 105 66
Binary 11001100 11011010 111000 110 0 1001010 1111 1000001 1000101 110110

Color Harmonies of #CCDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA38

Black with #CCDA38

Text Example


Text Example

White with #CCDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA38; }

 p { color: rgb(204,218,56); }

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

background-color css

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

 a { background-color: rgb(204,218,56); }

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

border-color css

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

 span { border-color: rgb(204,218,56); }

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