Html Css Color HEX #CCDC3D Las Palmas

📋 copy color: '#CCDC3D'

red 204 ◦ green 220 ◦ blue 61

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

Shades of Las Palmas #CCDC3D

Tints of Las Palmas #CCDC3D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.36%

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

R = 42.06%
G = 45.36%
B = 12.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#CCDC3D (or 0xCCDC3D) is known color: Las Palmas. HEX triplet: CC, DC and 3D. RGB value is (204,220,61). Sum of RGB (Red+Green+Blue) = 204+220+61=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC3D is #3323C2. Grayscale: #C5C5C5. Windows color (decimal): -3351491 or 4054220. OLE color: 4054220.

HSL color Cylindrical-coordinate representation of color #CCDC3D: hue angle of 66.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCDC3D is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 61 -
CMYK 0.07 0 0.72 0.14
HSL 66.04º 0.69% 0.55% -
HSV(B) 66.04º 0.72% 0.86% -
XYZ 51.34 64.36 14.13 -
YUV 197.09 51.2 132.93 -
System Red Green Blue C M Y K H S L
Decimal 204 220 61 0.07 0 0.72 0.14 66.04 0.69 0.55
Hex CC DC 3D 7 0 48 E 42 45 37
Octal 314 334 75 7 0 110 16 102 105 67
Binary 11001100 11011100 111101 111 0 1001000 1110 1000010 1000101 110111

Color Harmonies of #CCDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC3D

Black with #CCDC3D

Text Example


Text Example

White with #CCDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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