Html Css Color HEX #D6D23A Wattle

📋 copy color: '#D6D23A'

red 214 ◦ green 210 ◦ blue 58

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

Shades of Wattle #D6D23A

Tints of Wattle #D6D23A

RGB

 RED value IS 214 (83.98% from 255) = 44.4%

 GREEN value IS 210 (82.42% from 255) = 43.57%

 BLUE value IS 58 (23.05% from 255) = 12.03%

R = 44.4%
G = 43.57%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6D23A (or 0xD6D23A) is known color: Wattle. HEX triplet: D6, D2 and 3A. RGB value is (214,210,58). Sum of RGB (Red+Green+Blue) = 214+210+58=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D23A is #292DC5. Grayscale: #C2C2C2. Windows color (decimal): -2698694 or 3855062. OLE color: 3855062.

HSL color Cylindrical-coordinate representation of color #D6D23A: hue angle of 58.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6D23A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 210 58 -
CMYK 0 0.02 0.73 0.16
HSL 58.46º 0.66% 0.53% -
HSV(B) 58.46º 0.73% 0.84% -
XYZ 51.54 60.69 13 -
YUV 193.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 214 210 58 0 0.02 0.73 0.16 58.46 0.66 0.53
Hex D6 D2 3A 0 2 49 10 3A 42 35
Octal 326 322 72 0 2 111 20 72 102 65
Binary 11010110 11010010 111010 0 10 1001001 10000 111010 1000010 110101

Color Harmonies of #D6D23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D23A

Black with #D6D23A

Text Example


Text Example

White with #D6D23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D23A; }

 p { color: rgb(214,210,58); }

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

background-color css

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

 a { background-color: rgb(214,210,58); }

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

border-color css

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

 span { border-color: rgb(214,210,58); }

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