Html Css Color HEX #D6C735 Wattle

📋 copy color: '#D6C735'

red 214 ◦ green 199 ◦ blue 53

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

Shades of Wattle #D6C735

Tints of Wattle #D6C735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.7%

 BLUE value IS 53 (21.09% from 255) = 11.37%

R = 45.92%
G = 42.7%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6C735 (or 0xD6C735) is known color: Wattle. HEX triplet: D6, C7 and 35. RGB value is (214,199,53). Sum of RGB (Red+Green+Blue) = 214+199+53=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C735 is #2938CA. Grayscale: #BBBBBB. Windows color (decimal): -2701515 or 3524566. OLE color: 3524566.

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

Color convert

RGB 214 199 53 -
CMYK 0 0.07 0.75 0.16
HSL 54.41º 0.66% 0.52% -
HSV(B) 54.41º 0.75% 0.84% -
XYZ 48.8 55.4 11.49 -
YUV 186.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 214 199 53 0 0.07 0.75 0.16 54.41 0.66 0.52
Hex D6 C7 35 0 7 4B 10 36 42 34
Octal 326 307 65 0 7 113 20 66 102 64
Binary 11010110 11000111 110101 0 111 1001011 10000 110110 1000010 110100

Color Harmonies of #D6C735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C735

Black with #D6C735

Text Example


Text Example

White with #D6C735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C735; }

 p { color: rgb(214,199,53); }

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

background-color css

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

 a { background-color: rgb(214,199,53); }

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

border-color css

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

 span { border-color: rgb(214,199,53); }

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