Html Css Color HEX #D9CF34 Wattle

📋 copy color: '#D9CF34'

red 217 ◦ green 207 ◦ blue 52

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

Shades of Wattle #D9CF34

Tints of Wattle #D9CF34

RGB

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

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

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

R = 45.59%
G = 43.49%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9CF34 (or 0xD9CF34) is known color: Wattle. HEX triplet: D9, CF and 34. RGB value is (217,207,52). Sum of RGB (Red+Green+Blue) = 217+207+52=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF34 is #2630CB. Grayscale: #C0C0C0. Windows color (decimal): -2502860 or 3461081. OLE color: 3461081.

HSL color Cylindrical-coordinate representation of color #D9CF34: hue angle of 56.36º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9CF34 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 52 -
CMYK 0 0.05 0.76 0.15
HSL 56.36º 0.68% 0.53% -
HSV(B) 56.36º 0.76% 0.85% -
XYZ 51.55 59.63 12.04 -
YUV 192.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 217 207 52 0 0.05 0.76 0.15 56.36 0.68 0.53
Hex D9 CF 34 0 5 4C F 38 44 35
Octal 331 317 64 0 5 114 17 70 104 65
Binary 11011001 11001111 110100 0 101 1001100 1111 111000 1000100 110101

Color Harmonies of #D9CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF34

Black with #D9CF34

Text Example


Text Example

White with #D9CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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