Html Css Color HEX #D6C92F Wattle

📋 copy color: '#D6C92F'

red 214 ◦ green 201 ◦ blue 47

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

Shades of Wattle #D6C92F

Tints of Wattle #D6C92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 46.32%
G = 43.51%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6C92F (or 0xD6C92F) is known color: Wattle. HEX triplet: D6, C9 and 2F. RGB value is (214,201,47). Sum of RGB (Red+Green+Blue) = 214+201+47=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C92F is #2936D0. Grayscale: #BBBBBB. Windows color (decimal): -2701009 or 3131862. OLE color: 3131862.

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

Color convert

RGB 214 201 47 -
CMYK 0 0.06 0.78 0.16
HSL 55.33º 0.67% 0.51% -
HSV(B) 55.33º 0.78% 0.84% -
XYZ 49.13 56.27 10.96 -
YUV 187.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 214 201 47 0 0.06 0.78 0.16 55.33 0.67 0.51
Hex D6 C9 2F 0 6 4E 10 37 43 33
Octal 326 311 57 0 6 116 20 67 103 63
Binary 11010110 11001001 101111 0 110 1001110 10000 110111 1000011 110011

Color Harmonies of #D6C92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C92F

Black with #D6C92F

Text Example


Text Example

White with #D6C92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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