Html Css Color HEX #D6C83B Wattle

📋 copy color: '#D6C83B'

red 214 ◦ green 200 ◦ blue 59

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

Shades of Wattle #D6C83B

Tints of Wattle #D6C83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

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

R = 45.24%
G = 42.28%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6C83B (or 0xD6C83B) is known color: Wattle. HEX triplet: D6, C8 and 3B. RGB value is (214,200,59). Sum of RGB (Red+Green+Blue) = 214+200+59=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C83B is #2937C4. Grayscale: #BCBCBC. Windows color (decimal): -2701253 or 3918038. OLE color: 3918038.

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

Color convert

RGB 214 200 59 -
CMYK 0 0.07 0.72 0.16
HSL 54.58º 0.65% 0.54% -
HSV(B) 54.58º 0.72% 0.84% -
XYZ 49.18 55.92 12.34 -
YUV 188.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 214 200 59 0 0.07 0.72 0.16 54.58 0.65 0.54
Hex D6 C8 3B 0 7 48 10 37 41 36
Octal 326 310 73 0 7 110 20 67 101 66
Binary 11010110 11001000 111011 0 111 1001000 10000 110111 1000001 110110

Color Harmonies of #D6C83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C83B

Black with #D6C83B

Text Example


Text Example

White with #D6C83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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