Html Css Color HEX #D6B203 Bird Flower

📋 copy color: '#D6B203'

red 214 ◦ green 178 ◦ blue 3

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

Shades of Bird Flower #D6B203

Tints of Bird Flower #D6B203

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.06%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 54.18%
G = 45.06%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6B203 (or 0xD6B203) is known color: Bird Flower. HEX triplet: D6, B2 and 03. RGB value is (214,178,3). Sum of RGB (Red+Green+Blue) = 214+178+3=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B203 is #294DFC. Grayscale: #A9A9A9. Windows color (decimal): -2706941 or 242390. OLE color: 242390.

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

Color convert

RGB 214 178 3 -
CMYK 0 0.17 0.99 0.16
HSL 49.76º 0.97% 0.43% -
HSV(B) 49.76º 0.99% 0.84% -
XYZ 43.67 46.14 6.69 -
YUV 168.81 34.43 160.23 -
System Red Green Blue C M Y K H S L
Decimal 214 178 3 0 0.17 0.99 0.16 49.76 0.97 0.43
Hex D6 B2 3 0 11 63 10 32 61 2B
Octal 326 262 3 0 21 143 20 62 141 53
Binary 11010110 10110010 11 0 10001 1100011 10000 110010 1100001 101011

Color Harmonies of #D6B203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B203

Black with #D6B203

Text Example


Text Example

White with #D6B203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B203; }

 p { color: rgb(214,178,3); }

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

background-color css

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

 a { background-color: rgb(214,178,3); }

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

border-color css

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

 span { border-color: rgb(214,178,3); }

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