Html Css Color HEX #CDDB48 Las Palmas

📋 copy color: '#CDDB48'

red 205 ◦ green 219 ◦ blue 72

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

Shades of Las Palmas #CDDB48

Tints of Las Palmas #CDDB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.52%

R = 41.33%
G = 44.15%
B = 14.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#CDDB48 (or 0xCDDB48) is known color: Las Palmas. HEX triplet: CD, DB and 48. RGB value is (205,219,72). Sum of RGB (Red+Green+Blue) = 205+219+72=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB48 is #3224B7. Grayscale: #C6C6C6. Windows color (decimal): -3286200 or 4774861. OLE color: 4774861.

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

Color convert

RGB 205 219 72 -
CMYK 0.06 0 0.67 0.14
HSL 65.71º 0.67% 0.57% -
HSV(B) 65.71º 0.67% 0.86% -
XYZ 51.68 64.11 15.78 -
YUV 198.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 205 219 72 0.06 0 0.67 0.14 65.71 0.67 0.57
Hex CD DB 48 6 0 43 E 42 43 39
Octal 315 333 110 6 0 103 16 102 103 71
Binary 11001101 11011011 1001000 110 0 1000011 1110 1000010 1000011 111001

Color Harmonies of #CDDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB48

Black with #CDDB48

Text Example


Text Example

White with #CDDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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