Html Css Color HEX #CDD946 Las Palmas

📋 copy color: '#CDD946'

red 205 ◦ green 217 ◦ blue 70

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

Shades of Las Palmas #CDD946

Tints of Las Palmas #CDD946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.23%

R = 41.67%
G = 44.11%
B = 14.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#CDD946 (or 0xCDD946) is known color: Las Palmas. HEX triplet: CD, D9 and 46. RGB value is (205,217,70). Sum of RGB (Red+Green+Blue) = 205+217+70=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD946 is #3226B9. Grayscale: #C5C5C5. Windows color (decimal): -3286714 or 4643277. OLE color: 4643277.

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

Color convert

RGB 205 217 70 -
CMYK 0.06 0 0.68 0.15
HSL 64.9º 0.66% 0.56% -
HSV(B) 64.9º 0.68% 0.85% -
XYZ 51.1 63.05 15.27 -
YUV 196.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 205 217 70 0.06 0 0.68 0.15 64.9 0.66 0.56
Hex CD D9 46 6 0 44 F 41 42 38
Octal 315 331 106 6 0 104 17 101 102 70
Binary 11001101 11011001 1000110 110 0 1000100 1111 1000001 1000010 111000

Color Harmonies of #CDD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD946

Black with #CDD946

Text Example


Text Example

White with #CDD946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD946; }

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

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

background-color css

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

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

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

border-color css

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

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

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