Html Css Color HEX #D6CF3A Wattle

📋 copy color: '#D6CF3A'

red 214 ◦ green 207 ◦ blue 58

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

Shades of Wattle #D6CF3A

Tints of Wattle #D6CF3A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 58 (23.05% from 255) = 12.11%

R = 44.68%
G = 43.22%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6CF3A (or 0xD6CF3A) is known color: Wattle. HEX triplet: D6, CF and 3A. RGB value is (214,207,58). Sum of RGB (Red+Green+Blue) = 214+207+58=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF3A is #2930C5. Grayscale: #C0C0C0. Windows color (decimal): -2699462 or 3854294. OLE color: 3854294.

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

Color convert

RGB 214 207 58 -
CMYK 0 0.03 0.73 0.16
HSL 57.31º 0.66% 0.53% -
HSV(B) 57.31º 0.73% 0.84% -
XYZ 50.81 59.23 12.76 -
YUV 192.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 214 207 58 0 0.03 0.73 0.16 57.31 0.66 0.53
Hex D6 CF 3A 0 3 49 10 39 42 35
Octal 326 317 72 0 3 111 20 71 102 65
Binary 11010110 11001111 111010 0 11 1001001 10000 111001 1000010 110101

Color Harmonies of #D6CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF3A

Black with #D6CF3A

Text Example


Text Example

White with #D6CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF3A; }

 p { color: rgb(214,207,58); }

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

background-color css

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

 a { background-color: rgb(214,207,58); }

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

border-color css

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

 span { border-color: rgb(214,207,58); }

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