Html Css Color HEX #DBC706 Bird Flower

📋 copy color: '#DBC706'

red 219 ◦ green 199 ◦ blue 6

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

Shades of Bird Flower #DBC706

Tints of Bird Flower #DBC706

RGB

 RED value IS 219 (85.94% from 255) = 51.65%

 GREEN value IS 199 (78.13% from 255) = 46.93%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 51.65%
G = 46.93%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBC706 (or 0xDBC706) is known color: Bird Flower. HEX triplet: DB, C7 and 06. RGB value is (219,199,6). Sum of RGB (Red+Green+Blue) = 219+199+6=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC706 is #2438F9. Grayscale: #B7B7B7. Windows color (decimal): -2373882 or 444379. OLE color: 444379.

HSL color Cylindrical-coordinate representation of color #DBC706: hue angle of 54.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBC706 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 6 -
CMYK 0 0.09 0.97 0.14
HSL 54.37º 0.95% 0.44% -
HSV(B) 54.37º 0.97% 0.86% -
XYZ 49.67 55.92 8.35 -
YUV 182.98 28.13 153.69 -
System Red Green Blue C M Y K H S L
Decimal 219 199 6 0 0.09 0.97 0.14 54.37 0.95 0.44
Hex DB C7 6 0 9 61 E 36 5F 2C
Octal 333 307 6 0 11 141 16 66 137 54
Binary 11011011 11000111 110 0 1001 1100001 1110 110110 1011111 101100

Color Harmonies of #DBC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC706

Black with #DBC706

Text Example


Text Example

White with #DBC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC706; }

 p { color: rgb(219,199,6); }

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

background-color css

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

 a { background-color: rgb(219,199,6); }

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

border-color css

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

 span { border-color: rgb(219,199,6); }

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