Html Css Color HEX #CED748 Las Palmas

📋 copy color: '#CED748'

red 206 ◦ green 215 ◦ blue 72

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

Shades of Las Palmas #CED748

Tints of Las Palmas #CED748

RGB

 RED value IS 206 (80.86% from 255) = 41.78%

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

 BLUE value IS 72 (28.52% from 255) = 14.6%

R = 41.78%
G = 43.61%
B = 14.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#CED748 (or 0xCED748) is known color: Las Palmas. HEX triplet: CE, D7 and 48. RGB value is (206,215,72). Sum of RGB (Red+Green+Blue) = 206+215+72=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #CED748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED748 is #3128B7. Grayscale: #C4C4C4. Windows color (decimal): -3221688 or 4773838. OLE color: 4773838.

HSL color Cylindrical-coordinate representation of color #CED748: hue angle of 63.78º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED748 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 72 -
CMYK 0.04 0 0.67 0.16
HSL 63.78º 0.64% 0.56% -
HSV(B) 63.78º 0.67% 0.84% -
XYZ 50.92 62.19 15.45 -
YUV 196.01 58.02 135.13 -
System Red Green Blue C M Y K H S L
Decimal 206 215 72 0.04 0 0.67 0.16 63.78 0.64 0.56
Hex CE D7 48 4 0 43 10 40 40 38
Octal 316 327 110 4 0 103 20 100 100 70
Binary 11001110 11010111 1001000 100 0 1000011 10000 1000000 1000000 111000

Color Harmonies of #CED748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED748

Black with #CED748

Text Example


Text Example

White with #CED748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED748; }

 p { color: rgb(206,215,72); }

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

background-color css

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

 a { background-color: rgb(206,215,72); }

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

border-color css

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

 span { border-color: rgb(206,215,72); }

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