Html Css Color HEX #CDDC48 Las Palmas

📋 copy color: '#CDDC48'

red 205 ◦ green 220 ◦ blue 72

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

Shades of Las Palmas #CDDC48

Tints of Las Palmas #CDDC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.27%

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

R = 41.25%
G = 44.27%
B = 14.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#CDDC48 (or 0xCDDC48) is known color: Las Palmas. HEX triplet: CD, DC and 48. RGB value is (205,220,72). Sum of RGB (Red+Green+Blue) = 205+220+72=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC48 is #3223B7. Grayscale: #C7C7C7. Windows color (decimal): -3285944 or 4775117. OLE color: 4775117.

HSL color Cylindrical-coordinate representation of color #CDDC48: hue angle of 66.08º degrees, saturation: 0.68, 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 #CDDC48 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 72 -
CMYK 0.07 0 0.67 0.14
HSL 66.08º 0.68% 0.57% -
HSV(B) 66.08º 0.67% 0.86% -
XYZ 51.94 64.63 15.87 -
YUV 198.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 205 220 72 0.07 0 0.67 0.14 66.08 0.68 0.57
Hex CD DC 48 7 0 43 E 42 44 39
Octal 315 334 110 7 0 103 16 102 104 71
Binary 11001101 11011100 1001000 111 0 1000011 1110 1000010 1000100 111001

Color Harmonies of #CDDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC48

Black with #CDDC48

Text Example


Text Example

White with #CDDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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