Html Css Color HEX #CDD740 Las Palmas

📋 copy color: '#CDD740'

red 205 ◦ green 215 ◦ blue 64

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

Shades of Las Palmas #CDD740

Tints of Las Palmas #CDD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.42%

 BLUE value IS 64 (25.39% from 255) = 13.22%

R = 42.36%
G = 44.42%
B = 13.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CDD740 (or 0xCDD740) is known color: Las Palmas. HEX triplet: CD, D7 and 40. RGB value is (205,215,64). Sum of RGB (Red+Green+Blue) = 205+215+64=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD740 is #3228BF. Grayscale: #C3C3C3. Windows color (decimal): -3287232 or 4249549. OLE color: 4249549.

HSL color Cylindrical-coordinate representation of color #CDD740: hue angle of 63.97º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDD740 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 64 -
CMYK 0.05 0 0.70 0.16
HSL 63.97º 0.65% 0.55% -
HSV(B) 63.97º 0.7% 0.84% -
XYZ 50.4 61.95 14.15 -
YUV 194.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 205 215 64 0.05 0 0.70 0.16 63.97 0.65 0.55
Hex CD D7 40 5 0 46 10 40 41 37
Octal 315 327 100 5 0 106 20 100 101 67
Binary 11001101 11010111 1000000 101 0 1000110 10000 1000000 1000001 110111

Color Harmonies of #CDD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD740

Black with #CDD740

Text Example


Text Example

White with #CDD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD740; }

 p { color: rgb(205,215,64); }

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

background-color css

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

 a { background-color: rgb(205,215,64); }

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

border-color css

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

 span { border-color: rgb(205,215,64); }

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