Html Css Color HEX #D4CF3D Wattle

📋 copy color: '#D4CF3D'

red 212 ◦ green 207 ◦ blue 61

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

Shades of Wattle #D4CF3D

Tints of Wattle #D4CF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.71%

R = 44.17%
G = 43.13%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4CF3D (or 0xD4CF3D) is known color: Wattle. HEX triplet: D4, CF and 3D. RGB value is (212,207,61). Sum of RGB (Red+Green+Blue) = 212+207+61=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF3D is #2B30C2. Grayscale: #C0C0C0. Windows color (decimal): -2830531 or 4050900. OLE color: 4050900.

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

Color convert

RGB 212 207 61 -
CMYK 0 0.02 0.71 0.17
HSL 58.01º 0.64% 0.54% -
HSV(B) 58.01º 0.71% 0.83% -
XYZ 50.31 58.96 13.14 -
YUV 191.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 212 207 61 0 0.02 0.71 0.17 58.01 0.64 0.54
Hex D4 CF 3D 0 2 47 11 3A 40 36
Octal 324 317 75 0 2 107 21 72 100 66
Binary 11010100 11001111 111101 0 10 1000111 10001 111010 1000000 110110

Color Harmonies of #D4CF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF3D

Black with #D4CF3D

Text Example


Text Example

White with #D4CF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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