Html Css Color HEX #D9C330 Wattle

📋 copy color: '#D9C330'

red 217 ◦ green 195 ◦ blue 48

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

Shades of Wattle #D9C330

Tints of Wattle #D9C330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.39%

 BLUE value IS 48 (19.14% from 255) = 10.43%

R = 47.17%
G = 42.39%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9C330 (or 0xD9C330) is known color: Wattle. HEX triplet: D9, C3 and 30. RGB value is (217,195,48). Sum of RGB (Red+Green+Blue) = 217+195+48=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C330 is #263CCF. Grayscale: #B9B9B9. Windows color (decimal): -2505936 or 3195865. OLE color: 3195865.

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

Color convert

RGB 217 195 48 -
CMYK 0 0.10 0.78 0.15
HSL 52.19º 0.69% 0.52% -
HSV(B) 52.19º 0.78% 0.85% -
XYZ 48.66 54 10.65 -
YUV 184.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 217 195 48 0 0.10 0.78 0.15 52.19 0.69 0.52
Hex D9 C3 30 0 A 4E F 34 45 34
Octal 331 303 60 0 12 116 17 64 105 64
Binary 11011001 11000011 110000 0 1010 1001110 1111 110100 1000101 110100

Color Harmonies of #D9C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C330

Black with #D9C330

Text Example


Text Example

White with #D9C330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C330; }

 p { color: rgb(217,195,48); }

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

background-color css

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

 a { background-color: rgb(217,195,48); }

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

border-color css

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

 span { border-color: rgb(217,195,48); }

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