Html Css Color HEX #CDD74D Las Palmas

📋 copy color: '#CDD74D'

red 205 ◦ green 215 ◦ blue 77

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

Shades of Las Palmas #CDD74D

Tints of Las Palmas #CDD74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 41.25%
G = 43.26%
B = 15.49%

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

#CDD74D (or 0xCDD74D) is known color: Las Palmas. HEX triplet: CD, D7 and 4D. RGB value is (205,215,77). Sum of RGB (Red+Green+Blue) = 205+215+77=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD74D is #3228B2. Grayscale: #C4C4C4. Windows color (decimal): -3287219 or 5101517. OLE color: 5101517.

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

Color convert

RGB 205 215 77 -
CMYK 0.05 0 0.64 0.16
HSL 64.35º 0.63% 0.57% -
HSV(B) 64.35º 0.64% 0.84% -
XYZ 50.82 62.12 16.33 -
YUV 196.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 205 215 77 0.05 0 0.64 0.16 64.35 0.63 0.57
Hex CD D7 4D 5 0 40 10 40 3F 39
Octal 315 327 115 5 0 100 20 100 77 71
Binary 11001101 11010111 1001101 101 0 1000000 10000 1000000 111111 111001

Color Harmonies of #CDD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD74D

Black with #CDD74D

Text Example


Text Example

White with #CDD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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