Html Css Color HEX #D4672F Gold Drop

📋 copy color: '#D4672F'

red 212 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #D4672F

Tints of Gold Drop #D4672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 58.56%
G = 28.45%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4672F (or 0xD4672F) is known color: Gold Drop. HEX triplet: D4, 67 and 2F. RGB value is (212,103,47). Sum of RGB (Red+Green+Blue) = 212+103+47=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4672F is #2B98D0. Grayscale: #818181. Windows color (decimal): -2857169 or 3106772. OLE color: 3106772.

HSL color Cylindrical-coordinate representation of color #D4672F: hue angle of 20.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4672F is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 47 -
CMYK 0 0.51 0.78 0.17
HSL 20.36º 0.66% 0.51% -
HSV(B) 20.36º 0.78% 0.83% -
XYZ 32.51 23.9 5.59 -
YUV 129.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 212 103 47 0 0.51 0.78 0.17 20.36 0.66 0.51
Hex D4 67 2F 0 33 4E 11 14 42 33
Octal 324 147 57 0 63 116 21 24 102 63
Binary 11010100 1100111 101111 0 110011 1001110 10001 10100 1000010 110011

Color Harmonies of #D4672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4672F

Black with #D4672F

Text Example


Text Example

White with #D4672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4672F; }

 p { color: rgb(212,103,47); }

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

background-color css

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

 a { background-color: rgb(212,103,47); }

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

border-color css

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

 span { border-color: rgb(212,103,47); }

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