Html Css Color HEX #CDD748 Las Palmas

📋 copy color: '#CDD748'

red 205 ◦ green 215 ◦ blue 72

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

Shades of Las Palmas #CDD748

Tints of Las Palmas #CDD748

RGB

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

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

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

R = 41.67%
G = 43.7%
B = 14.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#CDD748 (or 0xCDD748) is known color: Las Palmas. HEX triplet: CD, D7 and 48. RGB value is (205,215,72). Sum of RGB (Red+Green+Blue) = 205+215+72=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD748 is #3228B7. Grayscale: #C4C4C4. Windows color (decimal): -3287224 or 4773837. OLE color: 4773837.

HSL color Cylindrical-coordinate representation of color #CDD748: hue angle of 64.2º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDD748 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 72 -
CMYK 0.05 0 0.67 0.16
HSL 64.2º 0.64% 0.56% -
HSV(B) 64.2º 0.67% 0.84% -
XYZ 50.65 62.05 15.44 -
YUV 195.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 205 215 72 0.05 0 0.67 0.16 64.2 0.64 0.56
Hex CD D7 48 5 0 43 10 40 40 38
Octal 315 327 110 5 0 103 20 100 100 70
Binary 11001101 11010111 1001000 101 0 1000011 10000 1000000 1000000 111000

Color Harmonies of #CDD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD748

Black with #CDD748

Text Example


Text Example

White with #CDD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD748; }

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

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

background-color css

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

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

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

border-color css

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

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

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