Html Css Color HEX #D2CE32 Wattle

📋 copy color: '#D2CE32'

red 210 ◦ green 206 ◦ blue 50

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

Shades of Wattle #D2CE32

Tints of Wattle #D2CE32

RGB

 RED value IS 210 (82.42% from 255) = 45.06%

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

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 45.06%
G = 44.21%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2CE32 (or 0xD2CE32) is known color: Wattle. HEX triplet: D2, CE and 32. RGB value is (210,206,50). Sum of RGB (Red+Green+Blue) = 210+206+50=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE32 is #2D31CD. Grayscale: #BEBEBE. Windows color (decimal): -2961870 or 3329746. OLE color: 3329746.

HSL color Cylindrical-coordinate representation of color #D2CE32: hue angle of 58.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2CE32 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 206 50 -
CMYK 0 0.02 0.76 0.18
HSL 58.5º 0.64% 0.51% -
HSV(B) 58.5º 0.76% 0.82% -
XYZ 49.23 58.07 11.63 -
YUV 189.41 49.33 142.68 -
System Red Green Blue C M Y K H S L
Decimal 210 206 50 0 0.02 0.76 0.18 58.5 0.64 0.51
Hex D2 CE 32 0 2 4C 12 3A 40 33
Octal 322 316 62 0 2 114 22 72 100 63
Binary 11010010 11001110 110010 0 10 1001100 10010 111010 1000000 110011

Color Harmonies of #D2CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE32

Black with #D2CE32

Text Example


Text Example

White with #D2CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE32; }

 p { color: rgb(210,206,50); }

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

background-color css

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

 a { background-color: rgb(210,206,50); }

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

border-color css

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

 span { border-color: rgb(210,206,50); }

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