Html Css Color HEX #CDD63F Las Palmas

📋 copy color: '#CDD63F'

red 205 ◦ green 214 ◦ blue 63

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

Shades of Las Palmas #CDD63F

Tints of Las Palmas #CDD63F

RGB

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

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

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

R = 42.53%
G = 44.4%
B = 13.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#CDD63F (or 0xCDD63F) is known color: Las Palmas. HEX triplet: CD, D6 and 3F. RGB value is (205,214,63). Sum of RGB (Red+Green+Blue) = 205+214+63=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD63F is #3229C0. Grayscale: #C2C2C2. Windows color (decimal): -3287489 or 4183757. OLE color: 4183757.

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

Color convert

RGB 205 214 63 -
CMYK 0.04 0 0.71 0.16
HSL 63.58º 0.65% 0.54% -
HSV(B) 63.58º 0.71% 0.84% -
XYZ 50.12 61.43 13.92 -
YUV 194.1 54.02 135.78 -
System Red Green Blue C M Y K H S L
Decimal 205 214 63 0.04 0 0.71 0.16 63.58 0.65 0.54
Hex CD D6 3F 4 0 47 10 40 41 36
Octal 315 326 77 4 0 107 20 100 101 66
Binary 11001101 11010110 111111 100 0 1000111 10000 1000000 1000001 110110

Color Harmonies of #CDD63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD63F

Black with #CDD63F

Text Example


Text Example

White with #CDD63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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