Html Css Color HEX #CDD74C Las Palmas

📋 copy color: '#CDD74C'

red 205 ◦ green 215 ◦ blue 76

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

Shades of Las Palmas #CDD74C

Tints of Las Palmas #CDD74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.32%

R = 41.33%
G = 43.35%
B = 15.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#CDD74C (or 0xCDD74C) is known color: Las Palmas. HEX triplet: CD, D7 and 4C. RGB value is (205,215,76). Sum of RGB (Red+Green+Blue) = 205+215+76=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD74C is #3228B3. Grayscale: #C4C4C4. Windows color (decimal): -3287220 or 5035981. OLE color: 5035981.

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

Color convert

RGB 205 215 76 -
CMYK 0.05 0 0.65 0.16
HSL 64.32º 0.63% 0.57% -
HSV(B) 64.32º 0.65% 0.84% -
XYZ 50.78 62.1 16.15 -
YUV 196.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 205 215 76 0.05 0 0.65 0.16 64.32 0.63 0.57
Hex CD D7 4C 5 0 41 10 40 3F 39
Octal 315 327 114 5 0 101 20 100 77 71
Binary 11001101 11010111 1001100 101 0 1000001 10000 1000000 111111 111001

Color Harmonies of #CDD74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD74C

Black with #CDD74C

Text Example


Text Example

White with #CDD74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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