Html Css Color HEX #D6CF3B Wattle

📋 copy color: '#D6CF3B'

red 214 ◦ green 207 ◦ blue 59

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

Shades of Wattle #D6CF3B

Tints of Wattle #D6CF3B

RGB

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

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

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

R = 44.58%
G = 43.13%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6CF3B (or 0xD6CF3B) is known color: Wattle. HEX triplet: D6, CF and 3B. RGB value is (214,207,59). Sum of RGB (Red+Green+Blue) = 214+207+59=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF3B is #2930C4. Grayscale: #C0C0C0. Windows color (decimal): -2699461 or 3919830. OLE color: 3919830.

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

Color convert

RGB 214 207 59 -
CMYK 0 0.03 0.72 0.16
HSL 57.29º 0.65% 0.54% -
HSV(B) 57.29º 0.72% 0.84% -
XYZ 50.83 59.24 12.89 -
YUV 192.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 214 207 59 0 0.03 0.72 0.16 57.29 0.65 0.54
Hex D6 CF 3B 0 3 48 10 39 41 36
Octal 326 317 73 0 3 110 20 71 101 66
Binary 11010110 11001111 111011 0 11 1001000 10000 111001 1000001 110110

Color Harmonies of #D6CF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF3B

Black with #D6CF3B

Text Example


Text Example

White with #D6CF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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