Html Css Color HEX #D4CF41 Wattle

📋 copy color: '#D4CF41'

red 212 ◦ green 207 ◦ blue 65

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

Shades of Wattle #D4CF41

Tints of Wattle #D4CF41

RGB

 RED value IS 212 (83.2% from 255) = 43.8%

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

 BLUE value IS 65 (25.78% from 255) = 13.43%

R = 43.8%
G = 42.77%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4CF41 (or 0xD4CF41) is known color: Wattle. HEX triplet: D4, CF and 41. RGB value is (212,207,65). Sum of RGB (Red+Green+Blue) = 212+207+65=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF41 is #2B30BE. Grayscale: #C0C0C0. Windows color (decimal): -2830527 or 4313044. OLE color: 4313044.

HSL color Cylindrical-coordinate representation of color #D4CF41: hue angle of 57.96º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4CF41 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 207 65 -
CMYK 0 0.02 0.69 0.17
HSL 57.96º 0.63% 0.54% -
HSV(B) 57.96º 0.69% 0.83% -
XYZ 50.42 59 13.73 -
YUV 192.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 212 207 65 0 0.02 0.69 0.17 57.96 0.63 0.54
Hex D4 CF 41 0 2 45 11 3A 3F 36
Octal 324 317 101 0 2 105 21 72 77 66
Binary 11010100 11001111 1000001 0 10 1000101 10001 111010 111111 110110

Color Harmonies of #D4CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF41

Black with #D4CF41

Text Example


Text Example

White with #D4CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF41; }

 p { color: rgb(212,207,65); }

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

background-color css

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

 a { background-color: rgb(212,207,65); }

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

border-color css

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

 span { border-color: rgb(212,207,65); }

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