Html Css Color HEX #CDD73B Las Palmas

📋 copy color: '#CDD73B'

red 205 ◦ green 215 ◦ blue 59

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

Shades of Las Palmas #CDD73B

Tints of Las Palmas #CDD73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.32%

R = 42.8%
G = 44.89%
B = 12.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CDD73B (or 0xCDD73B) is known color: Las Palmas. HEX triplet: CD, D7 and 3B. RGB value is (205,215,59). Sum of RGB (Red+Green+Blue) = 205+215+59=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD73B is #3228C4. Grayscale: #C2C2C2. Windows color (decimal): -3287237 or 3921869. OLE color: 3921869.

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

Color convert

RGB 205 215 59 -
CMYK 0.05 0 0.73 0.16
HSL 63.85º 0.66% 0.54% -
HSV(B) 63.85º 0.73% 0.84% -
XYZ 50.27 61.9 13.44 -
YUV 194.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 205 215 59 0.05 0 0.73 0.16 63.85 0.66 0.54
Hex CD D7 3B 5 0 49 10 40 42 36
Octal 315 327 73 5 0 111 20 100 102 66
Binary 11001101 11010111 111011 101 0 1001001 10000 1000000 1000010 110110

Color Harmonies of #CDD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD73B

Black with #CDD73B

Text Example


Text Example

White with #CDD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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