Html Css Color HEX #D6C934 Wattle

📋 copy color: '#D6C934'

red 214 ◦ green 201 ◦ blue 52

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

Shades of Wattle #D6C934

Tints of Wattle #D6C934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.04%

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 45.82%
G = 43.04%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6C934 (or 0xD6C934) is known color: Wattle. HEX triplet: D6, C9 and 34. RGB value is (214,201,52). Sum of RGB (Red+Green+Blue) = 214+201+52=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C934 is #2936CB. Grayscale: #BCBCBC. Windows color (decimal): -2701004 or 3459542. OLE color: 3459542.

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

Color convert

RGB 214 201 52 -
CMYK 0 0.06 0.76 0.16
HSL 55.19º 0.66% 0.52% -
HSV(B) 55.19º 0.76% 0.84% -
XYZ 49.24 56.32 11.52 -
YUV 187.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 214 201 52 0 0.06 0.76 0.16 55.19 0.66 0.52
Hex D6 C9 34 0 6 4C 10 37 42 34
Octal 326 311 64 0 6 114 20 67 102 64
Binary 11010110 11001001 110100 0 110 1001100 10000 110111 1000010 110100

Color Harmonies of #D6C934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C934

Black with #D6C934

Text Example


Text Example

White with #D6C934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C934; }

 p { color: rgb(214,201,52); }

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

background-color css

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

 a { background-color: rgb(214,201,52); }

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

border-color css

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

 span { border-color: rgb(214,201,52); }

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