Html Css Color HEX #D8CE2E Wattle

📋 copy color: '#D8CE2E'

red 216 ◦ green 206 ◦ blue 46

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

Shades of Wattle #D8CE2E

Tints of Wattle #D8CE2E

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

 GREEN value IS 206 (80.86% from 255) = 44.02%

 BLUE value IS 46 (18.36% from 255) = 9.83%

R = 46.15%
G = 44.02%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8CE2E (or 0xD8CE2E) is known color: Wattle. HEX triplet: D8, CE and 2E. RGB value is (216,206,46). Sum of RGB (Red+Green+Blue) = 216+206+46=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CE2E is #2731D1. Grayscale: #BFBFBF. Windows color (decimal): -2568658 or 3067608. OLE color: 3067608.

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

Color convert

RGB 216 206 46 -
CMYK 0 0.05 0.79 0.15
HSL 56.47º 0.69% 0.51% -
HSV(B) 56.47º 0.79% 0.85% -
XYZ 50.88 58.94 11.28 -
YUV 190.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 216 206 46 0 0.05 0.79 0.15 56.47 0.69 0.51
Hex D8 CE 2E 0 5 4F F 38 45 33
Octal 330 316 56 0 5 117 17 70 105 63
Binary 11011000 11001110 101110 0 101 1001111 1111 111000 1000101 110011

Color Harmonies of #D8CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE2E

Black with #D8CE2E

Text Example


Text Example

White with #D8CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE2E; }

 p { color: rgb(216,206,46); }

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

background-color css

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

 a { background-color: rgb(216,206,46); }

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

border-color css

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

 span { border-color: rgb(216,206,46); }

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