Html Css Color HEX #CCDA44 Las Palmas

📋 copy color: '#CCDA44'

red 204 ◦ green 218 ◦ blue 68

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

Shades of Las Palmas #CCDA44

Tints of Las Palmas #CCDA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.88%

R = 41.63%
G = 44.49%
B = 13.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#CCDA44 (or 0xCCDA44) is known color: Las Palmas. HEX triplet: CC, DA and 44. RGB value is (204,218,68). Sum of RGB (Red+Green+Blue) = 204+218+68=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA44 is #3325BB. Grayscale: #C5C5C5. Windows color (decimal): -3351996 or 4512460. OLE color: 4512460.

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

Color convert

RGB 204 218 68 -
CMYK 0.06 0 0.69 0.15
HSL 65.6º 0.67% 0.56% -
HSV(B) 65.6º 0.69% 0.85% -
XYZ 51.02 63.4 15.02 -
YUV 196.71 55.36 133.2 -
System Red Green Blue C M Y K H S L
Decimal 204 218 68 0.06 0 0.69 0.15 65.6 0.67 0.56
Hex CC DA 44 6 0 45 F 42 43 38
Octal 314 332 104 6 0 105 17 102 103 70
Binary 11001100 11011010 1000100 110 0 1000101 1111 1000010 1000011 111000

Color Harmonies of #CCDA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA44

Black with #CCDA44

Text Example


Text Example

White with #CCDA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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