Html Css Color HEX #CDDB4A Las Palmas

📋 copy color: '#CDDB4A'

red 205 ◦ green 219 ◦ blue 74

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

Shades of Las Palmas #CDDB4A

Tints of Las Palmas #CDDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.98%

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

R = 41.16%
G = 43.98%
B = 14.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#CDDB4A (or 0xCDDB4A) is known color: Las Palmas. HEX triplet: CD, DB and 4A. RGB value is (205,219,74). Sum of RGB (Red+Green+Blue) = 205+219+74=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB4A is #3224B5. Grayscale: #C6C6C6. Windows color (decimal): -3286198 or 4905933. OLE color: 4905933.

HSL color Cylindrical-coordinate representation of color #CDDB4A: hue angle of 65.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDDB4A is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 74 -
CMYK 0.06 0 0.66 0.14
HSL 65.79º 0.67% 0.57% -
HSV(B) 65.79º 0.66% 0.86% -
XYZ 51.74 64.14 16.13 -
YUV 198.28 57.86 132.79 -
System Red Green Blue C M Y K H S L
Decimal 205 219 74 0.06 0 0.66 0.14 65.79 0.67 0.57
Hex CD DB 4A 6 0 42 E 42 43 39
Octal 315 333 112 6 0 102 16 102 103 71
Binary 11001101 11011011 1001010 110 0 1000010 1110 1000010 1000011 111001

Color Harmonies of #CDDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB4A

Black with #CDDB4A

Text Example


Text Example

White with #CDDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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