Html Css Color HEX #CDD63A Las Palmas

📋 copy color: '#CDD63A'

red 205 ◦ green 214 ◦ blue 58

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

Shades of Las Palmas #CDD63A

Tints of Las Palmas #CDD63A

RGB

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

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

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

R = 42.98%
G = 44.86%
B = 12.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CDD63A (or 0xCDD63A) is known color: Las Palmas. HEX triplet: CD, D6 and 3A. RGB value is (205,214,58). Sum of RGB (Red+Green+Blue) = 205+214+58=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD63A is #3229C5. Grayscale: #C2C2C2. Windows color (decimal): -3287494 or 3856077. OLE color: 3856077.

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

Color convert

RGB 205 214 58 -
CMYK 0.04 0 0.73 0.16
HSL 63.46º 0.66% 0.53% -
HSV(B) 63.46º 0.73% 0.84% -
XYZ 49.99 61.38 13.22 -
YUV 193.53 51.52 136.18 -
System Red Green Blue C M Y K H S L
Decimal 205 214 58 0.04 0 0.73 0.16 63.46 0.66 0.53
Hex CD D6 3A 4 0 49 10 3F 42 35
Octal 315 326 72 4 0 111 20 77 102 65
Binary 11001101 11010110 111010 100 0 1001001 10000 111111 1000010 110101

Color Harmonies of #CDD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD63A

Black with #CDD63A

Text Example


Text Example

White with #CDD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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