Html Css Color HEX #D6CE35 Wattle

📋 copy color: '#D6CE35'

red 214 ◦ green 206 ◦ blue 53

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

Shades of Wattle #D6CE35

Tints of Wattle #D6CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 45.24%
G = 43.55%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6CE35 (or 0xD6CE35) is known color: Wattle. HEX triplet: D6, CE and 35. RGB value is (214,206,53). Sum of RGB (Red+Green+Blue) = 214+206+53=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE35 is #2931CA. Grayscale: #BFBFBF. Windows color (decimal): -2699723 or 3526358. OLE color: 3526358.

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

Color convert

RGB 214 206 53 -
CMYK 0 0.04 0.75 0.16
HSL 57.02º 0.66% 0.52% -
HSV(B) 57.02º 0.75% 0.84% -
XYZ 50.45 58.7 12.04 -
YUV 190.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 214 206 53 0 0.04 0.75 0.16 57.02 0.66 0.52
Hex D6 CE 35 0 4 4B 10 39 42 34
Octal 326 316 65 0 4 113 20 71 102 64
Binary 11010110 11001110 110101 0 100 1001011 10000 111001 1000010 110100

Color Harmonies of #D6CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE35

Black with #D6CE35

Text Example


Text Example

White with #D6CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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