Html Css Color HEX #D6C23D Wattle

📋 copy color: '#D6C23D'

red 214 ◦ green 194 ◦ blue 61

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

Shades of Wattle #D6C23D

Tints of Wattle #D6C23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.36%

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

R = 45.63%
G = 41.36%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6C23D (or 0xD6C23D) is known color: Wattle. HEX triplet: D6, C2 and 3D. RGB value is (214,194,61). Sum of RGB (Red+Green+Blue) = 214+194+61=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C23D is #293DC2. Grayscale: #B9B9B9. Windows color (decimal): -2702787 or 4047574. OLE color: 4047574.

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

Color convert

RGB 214 194 61 -
CMYK 0 0.09 0.71 0.16
HSL 52.16º 0.65% 0.54% -
HSV(B) 52.16º 0.71% 0.84% -
XYZ 47.87 53.22 12.16 -
YUV 184.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 214 194 61 0 0.09 0.71 0.16 52.16 0.65 0.54
Hex D6 C2 3D 0 9 47 10 34 41 36
Octal 326 302 75 0 11 107 20 64 101 66
Binary 11010110 11000010 111101 0 1001 1000111 10000 110100 1000001 110110

Color Harmonies of #D6C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C23D

Black with #D6C23D

Text Example


Text Example

White with #D6C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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