Html Css Color HEX #D67D32 Bronze

📋 copy color: '#D67D32'

red 214 ◦ green 125 ◦ blue 50

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

Shades of Bronze #D67D32

Tints of Bronze #D67D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 55.01%
G = 32.13%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D67D32 (or 0xD67D32) is known color: Bronze. HEX triplet: D6, 7D and 32. RGB value is (214,125,50). Sum of RGB (Red+Green+Blue) = 214+125+50=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D32 is #2982CD. Grayscale: #8F8F8F. Windows color (decimal): -2720462 or 3309014. OLE color: 3309014.

HSL color Cylindrical-coordinate representation of color #D67D32: hue angle of 27.44º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D67D32 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 50 -
CMYK 0 0.42 0.77 0.16
HSL 27.44º 0.67% 0.52% -
HSV(B) 27.44º 0.77% 0.84% -
XYZ 35.64 29.19 6.77 -
YUV 143.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 214 125 50 0 0.42 0.77 0.16 27.44 0.67 0.52
Hex D6 7D 32 0 2A 4D 10 1B 43 34
Octal 326 175 62 0 52 115 20 33 103 64
Binary 11010110 1111101 110010 0 101010 1001101 10000 11011 1000011 110100

Color Harmonies of #D67D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D32

Black with #D67D32

Text Example


Text Example

White with #D67D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D32; }

 p { color: rgb(214,125,50); }

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

background-color css

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

 a { background-color: rgb(214,125,50); }

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

border-color css

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

 span { border-color: rgb(214,125,50); }

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