Html Css Color HEX #D1CE34 Wattle

📋 copy color: '#D1CE34'

red 209 ◦ green 206 ◦ blue 52

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

Shades of Wattle #D1CE34

Tints of Wattle #D1CE34

RGB

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

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

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

R = 44.75%
G = 44.11%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1CE34 (or 0xD1CE34) is known color: Wattle. HEX triplet: D1, CE and 34. RGB value is (209,206,52). Sum of RGB (Red+Green+Blue) = 209+206+52=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE34 is #2E31CB. Grayscale: #BDBDBD. Windows color (decimal): -3027404 or 3460817. OLE color: 3460817.

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

Color convert

RGB 209 206 52 -
CMYK 0 0.01 0.75 0.18
HSL 58.85º 0.63% 0.51% -
HSV(B) 58.85º 0.75% 0.82% -
XYZ 48.99 57.95 11.85 -
YUV 189.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 209 206 52 0 0.01 0.75 0.18 58.85 0.63 0.51
Hex D1 CE 34 0 1 4B 12 3B 3F 33
Octal 321 316 64 0 1 113 22 73 77 63
Binary 11010001 11001110 110100 0 1 1001011 10010 111011 111111 110011

Color Harmonies of #D1CE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CE34

Black with #D1CE34

Text Example


Text Example

White with #D1CE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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