Html Css Color HEX #CDD83D Las Palmas

📋 copy color: '#CDD83D'

red 205 ◦ green 216 ◦ blue 61

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

Shades of Las Palmas #CDD83D

Tints of Las Palmas #CDD83D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.81%

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

R = 42.53%
G = 44.81%
B = 12.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#CDD83D (or 0xCDD83D) is known color: Las Palmas. HEX triplet: CD, D8 and 3D. RGB value is (205,216,61). Sum of RGB (Red+Green+Blue) = 205+216+61=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD83D is #3227C2. Grayscale: #C3C3C3. Windows color (decimal): -3286979 or 4053197. OLE color: 4053197.

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

Color convert

RGB 205 216 61 -
CMYK 0.05 0 0.72 0.15
HSL 64.26º 0.67% 0.54% -
HSV(B) 64.26º 0.72% 0.85% -
XYZ 50.58 62.43 13.8 -
YUV 195.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 205 216 61 0.05 0 0.72 0.15 64.26 0.67 0.54
Hex CD D8 3D 5 0 48 F 40 43 36
Octal 315 330 75 5 0 110 17 100 103 66
Binary 11001101 11011000 111101 101 0 1001000 1111 1000000 1000011 110110

Color Harmonies of #CDD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD83D

Black with #CDD83D

Text Example


Text Example

White with #CDD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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