Html Css Color HEX #CDDC37 Las Palmas

📋 copy color: '#CDDC37'

red 205 ◦ green 220 ◦ blue 55

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

Shades of Las Palmas #CDDC37

Tints of Las Palmas #CDDC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.46%

R = 42.71%
G = 45.83%
B = 11.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CDDC37 (or 0xCDDC37) is known color: Las Palmas. HEX triplet: CD, DC and 37. RGB value is (205,220,55). Sum of RGB (Red+Green+Blue) = 205+220+55=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC37 is #3223C8. Grayscale: #C5C5C5. Windows color (decimal): -3285961 or 3661005. OLE color: 3661005.

HSL color Cylindrical-coordinate representation of color #CDDC37: hue angle of 65.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDDC37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 55 -
CMYK 0.07 0 0.75 0.14
HSL 65.45º 0.7% 0.54% -
HSV(B) 65.45º 0.75% 0.86% -
XYZ 51.46 64.44 13.34 -
YUV 196.71 48.03 133.92 -
System Red Green Blue C M Y K H S L
Decimal 205 220 55 0.07 0 0.75 0.14 65.45 0.7 0.54
Hex CD DC 37 7 0 4B E 41 46 36
Octal 315 334 67 7 0 113 16 101 106 66
Binary 11001101 11011100 110111 111 0 1001011 1110 1000001 1000110 110110

Color Harmonies of #CDDC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC37

Black with #CDDC37

Text Example


Text Example

White with #CDDC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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