Html Css Color HEX #D6C617 Bird Flower

📋 copy color: '#D6C617'

red 214 ◦ green 198 ◦ blue 23

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

Shades of Bird Flower #D6C617

Tints of Bird Flower #D6C617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

 BLUE value IS 23 (9.38% from 255) = 5.29%

R = 49.2%
G = 45.52%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6C617 (or 0xD6C617) is known color: Bird Flower. HEX triplet: D6, C6 and 17. RGB value is (214,198,23). Sum of RGB (Red+Green+Blue) = 214+198+23=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C617 is #2939E8. Grayscale: #B7B7B7. Windows color (decimal): -2701801 or 1558230. OLE color: 1558230.

HSL color Cylindrical-coordinate representation of color #D6C617: hue angle of 54.97º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6C617 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 23 -
CMYK 0 0.07 0.89 0.16
HSL 54.97º 0.81% 0.46% -
HSV(B) 54.97º 0.89% 0.84% -
XYZ 48.08 54.75 8.84 -
YUV 182.83 37.8 150.23 -
System Red Green Blue C M Y K H S L
Decimal 214 198 23 0 0.07 0.89 0.16 54.97 0.81 0.46
Hex D6 C6 17 0 7 59 10 37 51 2E
Octal 326 306 27 0 7 131 20 67 121 56
Binary 11010110 11000110 10111 0 111 1011001 10000 110111 1010001 101110

Color Harmonies of #D6C617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C617

Black with #D6C617

Text Example


Text Example

White with #D6C617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C617; }

 p { color: rgb(214,198,23); }

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

background-color css

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

 a { background-color: rgb(214,198,23); }

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

border-color css

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

 span { border-color: rgb(214,198,23); }

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