Html Css Color HEX #D6D23D Wattle

📋 copy color: '#D6D23D'

red 214 ◦ green 210 ◦ blue 61

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

Shades of Wattle #D6D23D

Tints of Wattle #D6D23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.58%

R = 44.12%
G = 43.3%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6D23D (or 0xD6D23D) is known color: Wattle. HEX triplet: D6, D2 and 3D. RGB value is (214,210,61). Sum of RGB (Red+Green+Blue) = 214+210+61=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D23D is #292DC2. Grayscale: #C2C2C2. Windows color (decimal): -2698691 or 4051670. OLE color: 4051670.

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

Color convert

RGB 214 210 61 -
CMYK 0 0.02 0.71 0.16
HSL 58.43º 0.65% 0.54% -
HSV(B) 58.43º 0.71% 0.84% -
XYZ 51.62 60.73 13.42 -
YUV 194.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 214 210 61 0 0.02 0.71 0.16 58.43 0.65 0.54
Hex D6 D2 3D 0 2 47 10 3A 41 36
Octal 326 322 75 0 2 107 20 72 101 66
Binary 11010110 11010010 111101 0 10 1000111 10000 111010 1000001 110110

Color Harmonies of #D6D23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D23D

Black with #D6D23D

Text Example


Text Example

White with #D6D23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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