Html Css Color HEX #CDD73D Las Palmas

📋 copy color: '#CDD73D'

red 205 ◦ green 215 ◦ blue 61

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

Shades of Las Palmas #CDD73D

Tints of Las Palmas #CDD73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.68%

R = 42.62%
G = 44.7%
B = 12.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#CDD73D (or 0xCDD73D) is known color: Las Palmas. HEX triplet: CD, D7 and 3D. RGB value is (205,215,61). Sum of RGB (Red+Green+Blue) = 205+215+61=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD73D is #3228C2. Grayscale: #C3C3C3. Windows color (decimal): -3287235 or 4052941. OLE color: 4052941.

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

Color convert

RGB 205 215 61 -
CMYK 0.05 0 0.72 0.16
HSL 63.9º 0.66% 0.54% -
HSV(B) 63.9º 0.72% 0.84% -
XYZ 50.32 61.92 13.71 -
YUV 194.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 205 215 61 0.05 0 0.72 0.16 63.9 0.66 0.54
Hex CD D7 3D 5 0 48 10 40 42 36
Octal 315 327 75 5 0 110 20 100 102 66
Binary 11001101 11010111 111101 101 0 1001000 10000 1000000 1000010 110110

Color Harmonies of #CDD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD73D

Black with #CDD73D

Text Example


Text Example

White with #CDD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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