Html Css Color HEX #D6C23B Wattle

📋 copy color: '#D6C23B'

red 214 ◦ green 194 ◦ blue 59

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

Shades of Wattle #D6C23B

Tints of Wattle #D6C23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.63%

R = 45.82%
G = 41.54%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6C23B (or 0xD6C23B) is known color: Wattle. HEX triplet: D6, C2 and 3B. RGB value is (214,194,59). Sum of RGB (Red+Green+Blue) = 214+194+59=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C23B is #293DC4. Grayscale: #B9B9B9. Windows color (decimal): -2702789 or 3916502. OLE color: 3916502.

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

Color convert

RGB 214 194 59 -
CMYK 0 0.09 0.72 0.16
HSL 52.26º 0.65% 0.54% -
HSV(B) 52.26º 0.72% 0.84% -
XYZ 47.81 53.2 11.89 -
YUV 184.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 214 194 59 0 0.09 0.72 0.16 52.26 0.65 0.54
Hex D6 C2 3B 0 9 48 10 34 41 36
Octal 326 302 73 0 11 110 20 64 101 66
Binary 11010110 11000010 111011 0 1001 1001000 10000 110100 1000001 110110

Color Harmonies of #D6C23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C23B

Black with #D6C23B

Text Example


Text Example

White with #D6C23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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