Html Css Color HEX #CCDD3D Las Palmas

📋 copy color: '#CCDD3D'

red 204 ◦ green 221 ◦ blue 61

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

Shades of Las Palmas #CCDD3D

Tints of Las Palmas #CCDD3D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

 BLUE value IS 61 (24.22% from 255) = 12.55%

R = 41.98%
G = 45.47%
B = 12.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#CCDD3D (or 0xCCDD3D) is known color: Las Palmas. HEX triplet: CC, DD and 3D. RGB value is (204,221,61). Sum of RGB (Red+Green+Blue) = 204+221+61=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD3D is #3322C2. Grayscale: #C6C6C6. Windows color (decimal): -3351235 or 4054476. OLE color: 4054476.

HSL color Cylindrical-coordinate representation of color #CCDD3D: hue angle of 66.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCDD3D is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 61 -
CMYK 0.08 0 0.72 0.13
HSL 66.38º 0.7% 0.55% -
HSV(B) 66.38º 0.72% 0.87% -
XYZ 51.6 64.89 14.22 -
YUV 197.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 204 221 61 0.08 0 0.72 0.13 66.38 0.7 0.55
Hex CC DD 3D 8 0 48 D 42 46 37
Octal 314 335 75 10 0 110 15 102 106 67
Binary 11001100 11011101 111101 1000 0 1001000 1101 1000010 1000110 110111

Color Harmonies of #CCDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD3D

Black with #CCDD3D

Text Example


Text Example

White with #CCDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD3D; }

 p { color: rgb(204,221,61); }

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

background-color css

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

 a { background-color: rgb(204,221,61); }

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

border-color css

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

 span { border-color: rgb(204,221,61); }

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