Html Css Color HEX #D6C935 Wattle

📋 copy color: '#D6C935'

red 214 ◦ green 201 ◦ blue 53

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

Shades of Wattle #D6C935

Tints of Wattle #D6C935

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.95%

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

R = 45.73%
G = 42.95%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6C935 (or 0xD6C935) is known color: Wattle. HEX triplet: D6, C9 and 35. RGB value is (214,201,53). Sum of RGB (Red+Green+Blue) = 214+201+53=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C935 is #2936CA. Grayscale: #BCBCBC. Windows color (decimal): -2701003 or 3525078. OLE color: 3525078.

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

Color convert

RGB 214 201 53 -
CMYK 0 0.06 0.75 0.16
HSL 55.16º 0.66% 0.52% -
HSV(B) 55.16º 0.75% 0.84% -
XYZ 49.26 56.33 11.64 -
YUV 188.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 214 201 53 0 0.06 0.75 0.16 55.16 0.66 0.52
Hex D6 C9 35 0 6 4B 10 37 42 34
Octal 326 311 65 0 6 113 20 67 102 64
Binary 11010110 11001001 110101 0 110 1001011 10000 110111 1000010 110100

Color Harmonies of #D6C935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C935

Black with #D6C935

Text Example


Text Example

White with #D6C935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C935; }

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

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

background-color css

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

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

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

border-color css

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

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

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