Html Css Color HEX #CDD93C Las Palmas

📋 copy color: '#CDD93C'

red 205 ◦ green 217 ◦ blue 60

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

Shades of Las Palmas #CDD93C

Tints of Las Palmas #CDD93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.45%

R = 42.53%
G = 45.02%
B = 12.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#CDD93C (or 0xCDD93C) is known color: Las Palmas. HEX triplet: CD, D9 and 3C. RGB value is (205,217,60). Sum of RGB (Red+Green+Blue) = 205+217+60=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD93C is #3226C3. Grayscale: #C4C4C4. Windows color (decimal): -3286724 or 3987917. OLE color: 3987917.

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

Color convert

RGB 205 217 60 -
CMYK 0.06 0 0.72 0.15
HSL 64.59º 0.67% 0.54% -
HSV(B) 64.59º 0.72% 0.85% -
XYZ 50.81 62.93 13.74 -
YUV 195.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 205 217 60 0.06 0 0.72 0.15 64.59 0.67 0.54
Hex CD D9 3C 6 0 48 F 41 43 36
Octal 315 331 74 6 0 110 17 101 103 66
Binary 11001101 11011001 111100 110 0 1001000 1111 1000001 1000011 110110

Color Harmonies of #CDD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD93C

Black with #CDD93C

Text Example


Text Example

White with #CDD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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