Html Css Color HEX #D6BC04 Bird Flower

📋 copy color: '#D6BC04'

red 214 ◦ green 188 ◦ blue 4

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

Shades of Bird Flower #D6BC04

Tints of Bird Flower #D6BC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 52.71%
G = 46.31%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6BC04 (or 0xD6BC04) is known color: Bird Flower. HEX triplet: D6, BC and 04. RGB value is (214,188,4). Sum of RGB (Red+Green+Blue) = 214+188+4=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BC04 is #2943FB. Grayscale: #AFAFAF. Windows color (decimal): -2704380 or 310486. OLE color: 310486.

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

Color convert

RGB 214 188 4 -
CMYK 0 0.12 0.98 0.16
HSL 52.57º 0.96% 0.43% -
HSV(B) 52.57º 0.98% 0.84% -
XYZ 45.74 50.27 7.41 -
YUV 174.8 31.61 155.96 -
System Red Green Blue C M Y K H S L
Decimal 214 188 4 0 0.12 0.98 0.16 52.57 0.96 0.43
Hex D6 BC 4 0 C 62 10 35 60 2B
Octal 326 274 4 0 14 142 20 65 140 53
Binary 11010110 10111100 100 0 1100 1100010 10000 110101 1100000 101011

Color Harmonies of #D6BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC04

Black with #D6BC04

Text Example


Text Example

White with #D6BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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