Html Css Color HEX #CDD64A Las Palmas

📋 copy color: '#CDD64A'

red 205 ◦ green 214 ◦ blue 74

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

Shades of Las Palmas #CDD64A

Tints of Las Palmas #CDD64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 41.58%
G = 43.41%
B = 15.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#CDD64A (or 0xCDD64A) is known color: Las Palmas. HEX triplet: CD, D6 and 4A. RGB value is (205,214,74). Sum of RGB (Red+Green+Blue) = 205+214+74=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD64A is #3229B5. Grayscale: #C3C3C3. Windows color (decimal): -3287478 or 4904653. OLE color: 4904653.

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

Color convert

RGB 205 214 74 -
CMYK 0.04 0 0.65 0.16
HSL 63.86º 0.63% 0.56% -
HSV(B) 63.86º 0.65% 0.84% -
XYZ 50.46 61.57 15.7 -
YUV 195.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 205 214 74 0.04 0 0.65 0.16 63.86 0.63 0.56
Hex CD D6 4A 4 0 41 10 40 3F 38
Octal 315 326 112 4 0 101 20 100 77 70
Binary 11001101 11010110 1001010 100 0 1000001 10000 1000000 111111 111000

Color Harmonies of #CDD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD64A

Black with #CDD64A

Text Example


Text Example

White with #CDD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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