Html Css Color HEX #CDD948 Las Palmas

📋 copy color: '#CDD948'

red 205 ◦ green 217 ◦ blue 72

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

Shades of Las Palmas #CDD948

Tints of Las Palmas #CDD948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.57%

R = 41.5%
G = 43.93%
B = 14.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#CDD948 (or 0xCDD948) is known color: Las Palmas. HEX triplet: CD, D9 and 48. RGB value is (205,217,72). Sum of RGB (Red+Green+Blue) = 205+217+72=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD948 is #3226B7. Grayscale: #C5C5C5. Windows color (decimal): -3286712 or 4774349. OLE color: 4774349.

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

Color convert

RGB 205 217 72 -
CMYK 0.06 0 0.67 0.15
HSL 64.97º 0.66% 0.57% -
HSV(B) 64.97º 0.67% 0.85% -
XYZ 51.16 63.07 15.61 -
YUV 196.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 205 217 72 0.06 0 0.67 0.15 64.97 0.66 0.57
Hex CD D9 48 6 0 43 F 41 42 39
Octal 315 331 110 6 0 103 17 101 102 71
Binary 11001101 11011001 1001000 110 0 1000011 1111 1000001 1000010 111001

Color Harmonies of #CDD948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD948

Black with #CDD948

Text Example


Text Example

White with #CDD948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD948; }

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

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

background-color css

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

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

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

border-color css

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

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

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