Html Css Color HEX #CDD74E Las Palmas

📋 copy color: '#CDD74E'

red 205 ◦ green 215 ◦ blue 78

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

Shades of Las Palmas #CDD74E

Tints of Las Palmas #CDD74E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.66%

R = 41.16%
G = 43.17%
B = 15.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CDD74E (or 0xCDD74E) is known color: Las Palmas. HEX triplet: CD, D7 and 4E. RGB value is (205,215,78). Sum of RGB (Red+Green+Blue) = 205+215+78=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD74E is #3228B1. Grayscale: #C4C4C4. Windows color (decimal): -3287218 or 5167053. OLE color: 5167053.

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

Color convert

RGB 205 215 78 -
CMYK 0.05 0 0.64 0.16
HSL 64.38º 0.63% 0.57% -
HSV(B) 64.38º 0.64% 0.84% -
XYZ 50.85 62.13 16.52 -
YUV 196.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 205 215 78 0.05 0 0.64 0.16 64.38 0.63 0.57
Hex CD D7 4E 5 0 40 10 40 3F 39
Octal 315 327 116 5 0 100 20 100 77 71
Binary 11001101 11010111 1001110 101 0 1000000 10000 1000000 111111 111001

Color Harmonies of #CDD74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD74E

Black with #CDD74E

Text Example


Text Example

White with #CDD74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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