Html Css Color HEX #D6C13D Wattle

📋 copy color: '#D6C13D'

red 214 ◦ green 193 ◦ blue 61

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

Shades of Wattle #D6C13D

Tints of Wattle #D6C13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

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

R = 45.73%
G = 41.24%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6C13D (or 0xD6C13D) is known color: Wattle. HEX triplet: D6, C1 and 3D. RGB value is (214,193,61). Sum of RGB (Red+Green+Blue) = 214+193+61=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C13D is #293EC2. Grayscale: #B8B8B8. Windows color (decimal): -2703043 or 4047318. OLE color: 4047318.

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

Color convert

RGB 214 193 61 -
CMYK 0 0.10 0.71 0.16
HSL 51.76º 0.65% 0.54% -
HSV(B) 51.76º 0.71% 0.84% -
XYZ 47.64 52.77 12.09 -
YUV 184.23 58.46 149.23 -
System Red Green Blue C M Y K H S L
Decimal 214 193 61 0 0.10 0.71 0.16 51.76 0.65 0.54
Hex D6 C1 3D 0 A 47 10 34 41 36
Octal 326 301 75 0 12 107 20 64 101 66
Binary 11010110 11000001 111101 0 1010 1000111 10000 110100 1000001 110110

Color Harmonies of #D6C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C13D

Black with #D6C13D

Text Example


Text Example

White with #D6C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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