Html Css Color HEX #CDDC4D Las Palmas

📋 copy color: '#CDDC4D'

red 205 ◦ green 220 ◦ blue 77

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

Shades of Las Palmas #CDDC4D

Tints of Las Palmas #CDDC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.34%

R = 40.84%
G = 43.82%
B = 15.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#CDDC4D (or 0xCDDC4D) is known color: Las Palmas. HEX triplet: CD, DC and 4D. RGB value is (205,220,77). Sum of RGB (Red+Green+Blue) = 205+220+77=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC4D is #3223B2. Grayscale: #C7C7C7. Windows color (decimal): -3285939 or 5102797. OLE color: 5102797.

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

Color convert

RGB 205 220 77 -
CMYK 0.07 0 0.65 0.14
HSL 66.29º 0.67% 0.58% -
HSV(B) 66.29º 0.65% 0.86% -
XYZ 52.11 64.7 16.76 -
YUV 199.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 205 220 77 0.07 0 0.65 0.14 66.29 0.67 0.58
Hex CD DC 4D 7 0 41 E 42 43 3A
Octal 315 334 115 7 0 101 16 102 103 72
Binary 11001101 11011100 1001101 111 0 1000001 1110 1000010 1000011 111010

Color Harmonies of #CDDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC4D

Black with #CDDC4D

Text Example


Text Example

White with #CDDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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