Html Css Color HEX #D6BC0C Bird Flower

📋 copy color: '#D6BC0C'

red 214 ◦ green 188 ◦ blue 12

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

Shades of Bird Flower #D6BC0C

Tints of Bird Flower #D6BC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 51.69%
G = 45.41%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6BC0C (or 0xD6BC0C) is known color: Bird Flower. HEX triplet: D6, BC and 0C. RGB value is (214,188,12). Sum of RGB (Red+Green+Blue) = 214+188+12=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BC0C is #2943F3. Grayscale: #B0B0B0. Windows color (decimal): -2704372 or 834774. OLE color: 834774.

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

Color convert

RGB 214 188 12 -
CMYK 0 0.12 0.94 0.16
HSL 52.28º 0.89% 0.44% -
HSV(B) 52.28º 0.94% 0.84% -
XYZ 45.78 50.29 7.64 -
YUV 175.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 214 188 12 0 0.12 0.94 0.16 52.28 0.89 0.44
Hex D6 BC C 0 C 5E 10 34 59 2C
Octal 326 274 14 0 14 136 20 64 131 54
Binary 11010110 10111100 1100 0 1100 1011110 10000 110100 1011001 101100

Color Harmonies of #D6BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC0C

Black with #D6BC0C

Text Example


Text Example

White with #D6BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC0C; }

 p { color: rgb(214,188,12); }

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

background-color css

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

 a { background-color: rgb(214,188,12); }

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

border-color css

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

 span { border-color: rgb(214,188,12); }

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