Html Css Color HEX #D6CC34 Wattle

📋 copy color: '#D6CC34'

red 214 ◦ green 204 ◦ blue 52

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

Shades of Wattle #D6CC34

Tints of Wattle #D6CC34

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 45.53%
G = 43.4%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6CC34 (or 0xD6CC34) is known color: Wattle. HEX triplet: D6, CC and 34. RGB value is (214,204,52). Sum of RGB (Red+Green+Blue) = 214+204+52=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC34 is #2933CB. Grayscale: #BEBEBE. Windows color (decimal): -2700236 or 3460310. OLE color: 3460310.

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

Color convert

RGB 214 204 52 -
CMYK 0 0.05 0.76 0.16
HSL 56.3º 0.66% 0.52% -
HSV(B) 56.3º 0.76% 0.84% -
XYZ 49.94 57.73 11.76 -
YUV 189.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 214 204 52 0 0.05 0.76 0.16 56.3 0.66 0.52
Hex D6 CC 34 0 5 4C 10 38 42 34
Octal 326 314 64 0 5 114 20 70 102 64
Binary 11010110 11001100 110100 0 101 1001100 10000 111000 1000010 110100

Color Harmonies of #D6CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC34

Black with #D6CC34

Text Example


Text Example

White with #D6CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC34; }

 p { color: rgb(214,204,52); }

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

background-color css

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

 a { background-color: rgb(214,204,52); }

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

border-color css

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

 span { border-color: rgb(214,204,52); }

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