Html Css Color HEX #CED447 Wattle

📋 copy color: '#CED447'

red 206 ◦ green 212 ◦ blue 71

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

Shades of Wattle #CED447

Tints of Wattle #CED447

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

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

R = 42.13%
G = 43.35%
B = 14.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#CED447 (or 0xCED447) is known color: Wattle. HEX triplet: CE, D4 and 47. RGB value is (206,212,71). Sum of RGB (Red+Green+Blue) = 206+212+71=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #CED447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED447 is #312BB8. Grayscale: #C2C2C2. Windows color (decimal): -3222457 or 4707534. OLE color: 4707534.

HSL color Cylindrical-coordinate representation of color #CED447: hue angle of 62.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED447 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 71 -
CMYK 0.03 0 0.67 0.17
HSL 62.55º 0.62% 0.55% -
HSV(B) 62.55º 0.67% 0.83% -
XYZ 50.13 60.66 15.03 -
YUV 194.13 58.51 136.46 -
System Red Green Blue C M Y K H S L
Decimal 206 212 71 0.03 0 0.67 0.17 62.55 0.62 0.55
Hex CE D4 47 3 0 43 11 3F 3E 37
Octal 316 324 107 3 0 103 21 77 76 67
Binary 11001110 11010100 1000111 11 0 1000011 10001 111111 111110 110111

Color Harmonies of #CED447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED447

Black with #CED447

Text Example


Text Example

White with #CED447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED447; }

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

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

background-color css

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

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

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

border-color css

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

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

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