Html Css Color HEX #D66B27 Gold Drop

📋 copy color: '#D66B27'

red 214 ◦ green 107 ◦ blue 39

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

Shades of Gold Drop #D66B27

Tints of Gold Drop #D66B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 59.44%
G = 29.72%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D66B27 (or 0xD66B27) is known color: Gold Drop. HEX triplet: D6, 6B and 27. RGB value is (214,107,39). Sum of RGB (Red+Green+Blue) = 214+107+39=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B27 is #2994D8. Grayscale: #838383. Windows color (decimal): -2725081 or 2583510. OLE color: 2583510.

HSL color Cylindrical-coordinate representation of color #D66B27: hue angle of 23.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D66B27 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 107 39 -
CMYK 0 0.50 0.82 0.16
HSL 23.31º 0.69% 0.5% -
HSV(B) 23.31º 0.82% 0.84% -
XYZ 33.36 24.96 4.98 -
YUV 131.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 214 107 39 0 0.50 0.82 0.16 23.31 0.69 0.5
Hex D6 6B 27 0 32 52 10 17 45 32
Octal 326 153 47 0 62 122 20 27 105 62
Binary 11010110 1101011 100111 0 110010 1010010 10000 10111 1000101 110010

Color Harmonies of #D66B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B27

Black with #D66B27

Text Example


Text Example

White with #D66B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B27; }

 p { color: rgb(214,107,39); }

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

background-color css

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

 a { background-color: rgb(214,107,39); }

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

border-color css

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

 span { border-color: rgb(214,107,39); }

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