Html Css Color HEX #D1CE32 Wattle

📋 copy color: '#D1CE32'

red 209 ◦ green 206 ◦ blue 50

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

Shades of Wattle #D1CE32

Tints of Wattle #D1CE32

RGB

 RED value IS 209 (82.03% from 255) = 44.95%

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

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

R = 44.95%
G = 44.3%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D1CE32 (or 0xD1CE32) is known color: Wattle. HEX triplet: D1, CE and 32. RGB value is (209,206,50). Sum of RGB (Red+Green+Blue) = 209+206+50=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE32 is #2E31CD. Grayscale: #BDBDBD. Windows color (decimal): -3027406 or 3329745. OLE color: 3329745.

HSL color Cylindrical-coordinate representation of color #D1CE32: hue angle of 58.87º degrees, saturation: 0.63, 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 #D1CE32 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 206 50 -
CMYK 0 0.01 0.76 0.18
HSL 58.87º 0.63% 0.51% -
HSV(B) 58.87º 0.76% 0.82% -
XYZ 48.94 57.93 11.62 -
YUV 189.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 209 206 50 0 0.01 0.76 0.18 58.87 0.63 0.51
Hex D1 CE 32 0 1 4C 12 3B 3F 33
Octal 321 316 62 0 1 114 22 73 77 63
Binary 11010001 11001110 110010 0 1 1001100 10010 111011 111111 110011

Color Harmonies of #D1CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CE32

Black with #D1CE32

Text Example


Text Example

White with #D1CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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