Html Css Color HEX #CDD941 Las Palmas

📋 copy color: '#CDD941'

red 205 ◦ green 217 ◦ blue 65

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

Shades of Las Palmas #CDD941

Tints of Las Palmas #CDD941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.35%

R = 42.09%
G = 44.56%
B = 13.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#CDD941 (or 0xCDD941) is known color: Las Palmas. HEX triplet: CD, D9 and 41. RGB value is (205,217,65). Sum of RGB (Red+Green+Blue) = 205+217+65=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD941 is #3226BE. Grayscale: #C4C4C4. Windows color (decimal): -3286719 or 4315597. OLE color: 4315597.

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

Color convert

RGB 205 217 65 -
CMYK 0.06 0 0.70 0.15
HSL 64.74º 0.67% 0.55% -
HSV(B) 64.74º 0.7% 0.85% -
XYZ 50.94 62.99 14.47 -
YUV 196.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 205 217 65 0.06 0 0.70 0.15 64.74 0.67 0.55
Hex CD D9 41 6 0 46 F 41 43 37
Octal 315 331 101 6 0 106 17 101 103 67
Binary 11001101 11011001 1000001 110 0 1000110 1111 1000001 1000011 110111

Color Harmonies of #CDD941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD941

Black with #CDD941

Text Example


Text Example

White with #CDD941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD941; }

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

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

background-color css

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

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

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

border-color css

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

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

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