Html Css Color HEX #CCDC3A Las Palmas

📋 copy color: '#CCDC3A'

red 204 ◦ green 220 ◦ blue 58

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

Shades of Las Palmas #CCDC3A

Tints of Las Palmas #CCDC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.03%

R = 42.32%
G = 45.64%
B = 12.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#CCDC3A (or 0xCCDC3A) is known color: Las Palmas. HEX triplet: CC, DC and 3A. RGB value is (204,220,58). Sum of RGB (Red+Green+Blue) = 204+220+58=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC3A is #3323C5. Grayscale: #C5C5C5. Windows color (decimal): -3351494 or 3857612. OLE color: 3857612.

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

Color convert

RGB 204 220 58 -
CMYK 0.07 0 0.74 0.14
HSL 65.93º 0.7% 0.55% -
HSV(B) 65.93º 0.74% 0.86% -
XYZ 51.26 64.33 13.72 -
YUV 196.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 204 220 58 0.07 0 0.74 0.14 65.93 0.7 0.55
Hex CC DC 3A 7 0 4A E 42 46 37
Octal 314 334 72 7 0 112 16 102 106 67
Binary 11001100 11011100 111010 111 0 1001010 1110 1000010 1000110 110111

Color Harmonies of #CCDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC3A

Black with #CCDC3A

Text Example


Text Example

White with #CCDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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