Html Css Color HEX #CCDC3B Las Palmas

📋 copy color: '#CCDC3B'

red 204 ◦ green 220 ◦ blue 59

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

Shades of Las Palmas #CCDC3B

Tints of Las Palmas #CCDC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.22%

R = 42.24%
G = 45.55%
B = 12.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#CCDC3B (or 0xCCDC3B) is known color: Las Palmas. HEX triplet: CC, DC and 3B. RGB value is (204,220,59). Sum of RGB (Red+Green+Blue) = 204+220+59=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC3B is #3323C4. Grayscale: #C5C5C5. Windows color (decimal): -3351493 or 3923148. OLE color: 3923148.

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

Color convert

RGB 204 220 59 -
CMYK 0.07 0 0.73 0.14
HSL 65.96º 0.7% 0.55% -
HSV(B) 65.96º 0.73% 0.86% -
XYZ 51.28 64.34 13.85 -
YUV 196.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 204 220 59 0.07 0 0.73 0.14 65.96 0.7 0.55
Hex CC DC 3B 7 0 49 E 42 46 37
Octal 314 334 73 7 0 111 16 102 106 67
Binary 11001100 11011100 111011 111 0 1001001 1110 1000010 1000110 110111

Color Harmonies of #CCDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC3B

Black with #CCDC3B

Text Example


Text Example

White with #CCDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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