Html Css Color HEX #D6CD34 Wattle

📋 copy color: '#D6CD34'

red 214 ◦ green 205 ◦ blue 52

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

Shades of Wattle #D6CD34

Tints of Wattle #D6CD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

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

R = 45.44%
G = 43.52%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6CD34 (or 0xD6CD34) is known color: Wattle. HEX triplet: D6, CD and 34. RGB value is (214,205,52). Sum of RGB (Red+Green+Blue) = 214+205+52=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CD34 is #2932CB. Grayscale: #BEBEBE. Windows color (decimal): -2699980 or 3460566. OLE color: 3460566.

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

Color convert

RGB 214 205 52 -
CMYK 0 0.04 0.76 0.16
HSL 56.67º 0.66% 0.52% -
HSV(B) 56.67º 0.76% 0.84% -
XYZ 50.18 58.21 11.84 -
YUV 190.25 49.98 144.94 -
System Red Green Blue C M Y K H S L
Decimal 214 205 52 0 0.04 0.76 0.16 56.67 0.66 0.52
Hex D6 CD 34 0 4 4C 10 39 42 34
Octal 326 315 64 0 4 114 20 71 102 64
Binary 11010110 11001101 110100 0 100 1001100 10000 111001 1000010 110100

Color Harmonies of #D6CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD34

Black with #D6CD34

Text Example


Text Example

White with #D6CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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