Html Css Color HEX #CDD747 Las Palmas

📋 copy color: '#CDD747'

red 205 ◦ green 215 ◦ blue 71

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

Shades of Las Palmas #CDD747

Tints of Las Palmas #CDD747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.46%

R = 41.75%
G = 43.79%
B = 14.46%

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

#CDD747 (or 0xCDD747) is known color: Las Palmas. HEX triplet: CD, D7 and 47. RGB value is (205,215,71). Sum of RGB (Red+Green+Blue) = 205+215+71=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD747 is #3228B8. Grayscale: #C4C4C4. Windows color (decimal): -3287225 or 4708301. OLE color: 4708301.

HSL color Cylindrical-coordinate representation of color #CDD747: hue angle of 64.17º 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 #CDD747 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 71 -
CMYK 0.05 0 0.67 0.16
HSL 64.17º 0.64% 0.56% -
HSV(B) 64.17º 0.67% 0.84% -
XYZ 50.61 62.03 15.27 -
YUV 195.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 205 215 71 0.05 0 0.67 0.16 64.17 0.64 0.56
Hex CD D7 47 5 0 43 10 40 40 38
Octal 315 327 107 5 0 103 20 100 100 70
Binary 11001101 11010111 1000111 101 0 1000011 10000 1000000 1000000 111000

Color Harmonies of #CDD747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD747

Black with #CDD747

Text Example


Text Example

White with #CDD747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD747; }

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

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

background-color css

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

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

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

border-color css

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

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

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