Html Css Color HEX #CED647 Las Palmas

📋 copy color: '#CED647'

red 206 ◦ green 214 ◦ blue 71

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

Shades of Las Palmas #CED647

Tints of Las Palmas #CED647

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.58%

 BLUE value IS 71 (28.13% from 255) = 14.46%

R = 41.96%
G = 43.58%
B = 14.46%

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

#CED647 (or 0xCED647) is known color: Las Palmas. HEX triplet: CE, D6 and 47. RGB value is (206,214,71). Sum of RGB (Red+Green+Blue) = 206+214+71=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #CED647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED647 is #3129B8. Grayscale: #C3C3C3. Windows color (decimal): -3221945 or 4708046. OLE color: 4708046.

HSL color Cylindrical-coordinate representation of color #CED647: hue angle of 63.36º 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 #CED647 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 71 -
CMYK 0.04 0 0.67 0.16
HSL 63.36º 0.64% 0.56% -
HSV(B) 63.36º 0.67% 0.84% -
XYZ 50.64 61.67 15.2 -
YUV 195.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 206 214 71 0.04 0 0.67 0.16 63.36 0.64 0.56
Hex CE D6 47 4 0 43 10 3F 40 38
Octal 316 326 107 4 0 103 20 77 100 70
Binary 11001110 11010110 1000111 100 0 1000011 10000 111111 1000000 111000

Color Harmonies of #CED647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED647

Black with #CED647

Text Example


Text Example

White with #CED647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED647; }

 p { color: rgb(206,214,71); }

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

background-color css

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

 a { background-color: rgb(206,214,71); }

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

border-color css

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

 span { border-color: rgb(206,214,71); }

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