Html Css Color HEX #CDD83F Las Palmas

📋 copy color: '#CDD83F'

red 205 ◦ green 216 ◦ blue 63

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

Shades of Las Palmas #CDD83F

Tints of Las Palmas #CDD83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.02%

R = 42.36%
G = 44.63%
B = 13.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#CDD83F (or 0xCDD83F) is known color: Las Palmas. HEX triplet: CD, D8 and 3F. RGB value is (205,216,63). Sum of RGB (Red+Green+Blue) = 205+216+63=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD83F is #3227C0. Grayscale: #C3C3C3. Windows color (decimal): -3286977 or 4184269. OLE color: 4184269.

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

Color convert

RGB 205 216 63 -
CMYK 0.05 0 0.71 0.15
HSL 64.31º 0.66% 0.55% -
HSV(B) 64.31º 0.71% 0.85% -
XYZ 50.63 62.45 14.09 -
YUV 195.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 205 216 63 0.05 0 0.71 0.15 64.31 0.66 0.55
Hex CD D8 3F 5 0 47 F 40 42 37
Octal 315 330 77 5 0 107 17 100 102 67
Binary 11001101 11011000 111111 101 0 1000111 1111 1000000 1000010 110111

Color Harmonies of #CDD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD83F

Black with #CDD83F

Text Example


Text Example

White with #CDD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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