Html Css Color HEX #CDD94D Las Palmas

📋 copy color: '#CDD94D'

red 205 ◦ green 217 ◦ blue 77

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

Shades of Las Palmas #CDD94D

Tints of Las Palmas #CDD94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

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

R = 41.08%
G = 43.49%
B = 15.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#CDD94D (or 0xCDD94D) is known color: Las Palmas. HEX triplet: CD, D9 and 4D. RGB value is (205,217,77). Sum of RGB (Red+Green+Blue) = 205+217+77=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD94D is #3226B2. Grayscale: #C6C6C6. Windows color (decimal): -3286707 or 5102029. OLE color: 5102029.

HSL color Cylindrical-coordinate representation of color #CDD94D: hue angle of 65.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDD94D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 77 -
CMYK 0.06 0 0.65 0.15
HSL 65.14º 0.65% 0.58% -
HSV(B) 65.14º 0.65% 0.85% -
XYZ 51.33 63.14 16.5 -
YUV 197.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 205 217 77 0.06 0 0.65 0.15 65.14 0.65 0.58
Hex CD D9 4D 6 0 41 F 41 41 3A
Octal 315 331 115 6 0 101 17 101 101 72
Binary 11001101 11011001 1001101 110 0 1000001 1111 1000001 1000001 111010

Color Harmonies of #CDD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD94D

Black with #CDD94D

Text Example


Text Example

White with #CDD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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