Html Css Color HEX #D0BC07 Bird Flower

📋 copy color: '#D0BC07'

red 208 ◦ green 188 ◦ blue 7

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

Shades of Bird Flower #D0BC07

Tints of Bird Flower #D0BC07

RGB

 RED value IS 208 (81.64% from 255) = 51.61%

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

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 51.61%
G = 46.65%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0BC07 (or 0xD0BC07) is known color: Bird Flower. HEX triplet: D0, BC and 07. RGB value is (208,188,7). Sum of RGB (Red+Green+Blue) = 208+188+7=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC07 is #2F43F8. Grayscale: #AEAEAE. Windows color (decimal): -3097593 or 507088. OLE color: 507088.

HSL color Cylindrical-coordinate representation of color #D0BC07: hue angle of 54.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0BC07 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 7 -
CMYK 0 0.10 0.97 0.18
HSL 54.03º 0.93% 0.42% -
HSV(B) 54.03º 0.97% 0.82% -
XYZ 44.03 49.39 7.41 -
YUV 173.35 34.13 152.72 -
System Red Green Blue C M Y K H S L
Decimal 208 188 7 0 0.10 0.97 0.18 54.03 0.93 0.42
Hex D0 BC 7 0 A 61 12 36 5D 2A
Octal 320 274 7 0 12 141 22 66 135 52
Binary 11010000 10111100 111 0 1010 1100001 10010 110110 1011101 101010

Color Harmonies of #D0BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC07

Black with #D0BC07

Text Example


Text Example

White with #D0BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC07; }

 p { color: rgb(208,188,7); }

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

background-color css

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

 a { background-color: rgb(208,188,7); }

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

border-color css

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

 span { border-color: rgb(208,188,7); }

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