Html Css Color HEX #D6CF44 Wattle

📋 copy color: '#D6CF44'

red 214 ◦ green 207 ◦ blue 68

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

Shades of Wattle #D6CF44

Tints of Wattle #D6CF44

RGB

 RED value IS 214 (83.98% from 255) = 43.76%

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

 BLUE value IS 68 (26.95% from 255) = 13.91%

R = 43.76%
G = 42.33%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6CF44 (or 0xD6CF44) is known color: Wattle. HEX triplet: D6, CF and 44. RGB value is (214,207,68). Sum of RGB (Red+Green+Blue) = 214+207+68=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF44 is #2930BB. Grayscale: #C1C1C1. Windows color (decimal): -2699452 or 4509654. OLE color: 4509654.

HSL color Cylindrical-coordinate representation of color #D6CF44: hue angle of 57.12º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6CF44 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 68 -
CMYK 0 0.03 0.68 0.16
HSL 57.12º 0.64% 0.55% -
HSV(B) 57.12º 0.68% 0.84% -
XYZ 51.09 59.34 14.23 -
YUV 193.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 214 207 68 0 0.03 0.68 0.16 57.12 0.64 0.55
Hex D6 CF 44 0 3 44 10 39 40 37
Octal 326 317 104 0 3 104 20 71 100 67
Binary 11010110 11001111 1000100 0 11 1000100 10000 111001 1000000 110111

Color Harmonies of #D6CF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF44

Black with #D6CF44

Text Example


Text Example

White with #D6CF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF44; }

 p { color: rgb(214,207,68); }

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

background-color css

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

 a { background-color: rgb(214,207,68); }

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

border-color css

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

 span { border-color: rgb(214,207,68); }

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