Html Css Color HEX #D6CC38 Wattle

📋 copy color: '#D6CC38'

red 214 ◦ green 204 ◦ blue 56

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

Shades of Wattle #D6CC38

Tints of Wattle #D6CC38

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 56 (22.27% from 255) = 11.81%

R = 45.15%
G = 43.04%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6CC38 (or 0xD6CC38) is known color: Wattle. HEX triplet: D6, CC and 38. RGB value is (214,204,56). Sum of RGB (Red+Green+Blue) = 214+204+56=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC38 is #2933C7. Grayscale: #BEBEBE. Windows color (decimal): -2700232 or 3722454. OLE color: 3722454.

HSL color Cylindrical-coordinate representation of color #D6CC38: hue angle of 56.2º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6CC38 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 56 -
CMYK 0 0.05 0.74 0.16
HSL 56.2º 0.66% 0.53% -
HSV(B) 56.2º 0.74% 0.84% -
XYZ 50.04 57.77 12.25 -
YUV 190.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 214 204 56 0 0.05 0.74 0.16 56.2 0.66 0.53
Hex D6 CC 38 0 5 4A 10 38 42 35
Octal 326 314 70 0 5 112 20 70 102 65
Binary 11010110 11001100 111000 0 101 1001010 10000 111000 1000010 110101

Color Harmonies of #D6CC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC38

Black with #D6CC38

Text Example


Text Example

White with #D6CC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC38; }

 p { color: rgb(214,204,56); }

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

background-color css

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

 a { background-color: rgb(214,204,56); }

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

border-color css

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

 span { border-color: rgb(214,204,56); }

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