Html Css Color HEX #CCDC3F Las Palmas

📋 copy color: '#CCDC3F'

red 204 ◦ green 220 ◦ blue 63

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

Shades of Las Palmas #CCDC3F

Tints of Las Palmas #CCDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.94%

R = 41.89%
G = 45.17%
B = 12.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#CCDC3F (or 0xCCDC3F) is known color: Las Palmas. HEX triplet: CC, DC and 3F. RGB value is (204,220,63). Sum of RGB (Red+Green+Blue) = 204+220+63=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC3F is #3323C0. Grayscale: #C5C5C5. Windows color (decimal): -3351489 or 4185292. OLE color: 4185292.

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

Color convert

RGB 204 220 63 -
CMYK 0.07 0 0.71 0.14
HSL 66.11º 0.69% 0.55% -
HSV(B) 66.11º 0.71% 0.86% -
XYZ 51.39 64.38 14.42 -
YUV 197.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 204 220 63 0.07 0 0.71 0.14 66.11 0.69 0.55
Hex CC DC 3F 7 0 47 E 42 45 37
Octal 314 334 77 7 0 107 16 102 105 67
Binary 11001100 11011100 111111 111 0 1000111 1110 1000010 1000101 110111

Color Harmonies of #CCDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC3F

Black with #CCDC3F

Text Example


Text Example

White with #CCDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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