Html Css Color HEX #D9CC2D Wattle

📋 copy color: '#D9CC2D'

red 217 ◦ green 204 ◦ blue 45

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

Shades of Wattle #D9CC2D

Tints of Wattle #D9CC2D

RGB

 RED value IS 217 (85.16% from 255) = 46.57%

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

 BLUE value IS 45 (17.97% from 255) = 9.66%

R = 46.57%
G = 43.78%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9CC2D (or 0xD9CC2D) is known color: Wattle. HEX triplet: D9, CC and 2D. RGB value is (217,204,45). Sum of RGB (Red+Green+Blue) = 217+204+45=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC2D is #2633D2. Grayscale: #BEBEBE. Windows color (decimal): -2503635 or 3001561. OLE color: 3001561.

HSL color Cylindrical-coordinate representation of color #D9CC2D: hue angle of 55.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9CC2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 45 -
CMYK 0 0.06 0.79 0.15
HSL 55.47º 0.69% 0.51% -
HSV(B) 55.47º 0.79% 0.85% -
XYZ 50.68 58.13 11.03 -
YUV 189.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 217 204 45 0 0.06 0.79 0.15 55.47 0.69 0.51
Hex D9 CC 2D 0 6 4F F 37 45 33
Octal 331 314 55 0 6 117 17 67 105 63
Binary 11011001 11001100 101101 0 110 1001111 1111 110111 1000101 110011

Color Harmonies of #D9CC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC2D

Black with #D9CC2D

Text Example


Text Example

White with #D9CC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC2D; }

 p { color: rgb(217,204,45); }

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

background-color css

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

 a { background-color: rgb(217,204,45); }

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

border-color css

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

 span { border-color: rgb(217,204,45); }

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