Html Css Color HEX #CDD63C Las Palmas

📋 copy color: '#CDD63C'

red 205 ◦ green 214 ◦ blue 60

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

Shades of Las Palmas #CDD63C

Tints of Las Palmas #CDD63C

RGB

 RED value IS 205 (80.47% from 255) = 42.8%

 GREEN value IS 214 (83.98% from 255) = 44.68%

 BLUE value IS 60 (23.83% from 255) = 12.53%

R = 42.8%
G = 44.68%
B = 12.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#CDD63C (or 0xCDD63C) is known color: Las Palmas. HEX triplet: CD, D6 and 3C. RGB value is (205,214,60). Sum of RGB (Red+Green+Blue) = 205+214+60=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD63C is #3229C3. Grayscale: #C2C2C2. Windows color (decimal): -3287492 or 3987149. OLE color: 3987149.

HSL color Cylindrical-coordinate representation of color #CDD63C: hue angle of 63.51º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDD63C is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 60 -
CMYK 0.04 0 0.72 0.16
HSL 63.51º 0.65% 0.54% -
HSV(B) 63.51º 0.72% 0.84% -
XYZ 50.04 61.4 13.49 -
YUV 193.75 52.52 136.02 -
System Red Green Blue C M Y K H S L
Decimal 205 214 60 0.04 0 0.72 0.16 63.51 0.65 0.54
Hex CD D6 3C 4 0 48 10 40 41 36
Octal 315 326 74 4 0 110 20 100 101 66
Binary 11001101 11010110 111100 100 0 1001000 10000 1000000 1000001 110110

Color Harmonies of #CDD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD63C

Black with #CDD63C

Text Example


Text Example

White with #CDD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD63C; }

 p { color: rgb(205,214,60); }

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

background-color css

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

 a { background-color: rgb(205,214,60); }

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

border-color css

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

 span { border-color: rgb(205,214,60); }

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