Html Css Color HEX #D9CF30 Wattle

📋 copy color: '#D9CF30'

red 217 ◦ green 207 ◦ blue 48

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

Shades of Wattle #D9CF30

Tints of Wattle #D9CF30

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

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

R = 45.97%
G = 43.86%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9CF30 (or 0xD9CF30) is known color: Wattle. HEX triplet: D9, CF and 30. RGB value is (217,207,48). Sum of RGB (Red+Green+Blue) = 217+207+48=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF30 is #2630CF. Grayscale: #C0C0C0. Windows color (decimal): -2502864 or 3198937. OLE color: 3198937.

HSL color Cylindrical-coordinate representation of color #D9CF30: hue angle of 56.45º 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 #D9CF30 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 48 -
CMYK 0 0.05 0.78 0.15
HSL 56.45º 0.69% 0.52% -
HSV(B) 56.45º 0.78% 0.85% -
XYZ 51.46 59.59 11.59 -
YUV 191.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 217 207 48 0 0.05 0.78 0.15 56.45 0.69 0.52
Hex D9 CF 30 0 5 4E F 38 45 34
Octal 331 317 60 0 5 116 17 70 105 64
Binary 11011001 11001111 110000 0 101 1001110 1111 111000 1000101 110100

Color Harmonies of #D9CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF30

Black with #D9CF30

Text Example


Text Example

White with #D9CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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