Html Css Color HEX #D7B601 Bird Flower

📋 copy color: '#D7B601'

red 215 ◦ green 182 ◦ blue 1

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

Shades of Bird Flower #D7B601

Tints of Bird Flower #D7B601

RGB

 RED value IS 215 (84.38% from 255) = 54.02%

 GREEN value IS 182 (71.48% from 255) = 45.73%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 54.02%
G = 45.73%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D7B601 (or 0xD7B601) is known color: Bird Flower. HEX triplet: D7, B6 and 01. RGB value is (215,182,1). Sum of RGB (Red+Green+Blue) = 215+182+1=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B601 is #2849FE. Grayscale: #ABABAB. Windows color (decimal): -2640383 or 112343. OLE color: 112343.

HSL color Cylindrical-coordinate representation of color #D7B601: hue angle of 50.75º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7B601 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 182 1 -
CMYK 0 0.15 1.00 0.16
HSL 50.75º 0.99% 0.42% -
HSV(B) 50.75º 1% 0.84% -
XYZ 44.76 47.91 6.92 -
YUV 171.23 31.93 159.22 -
System Red Green Blue C M Y K H S L
Decimal 215 182 1 0 0.15 1.00 0.16 50.75 0.99 0.42
Hex D7 B6 1 0 F 64 10 33 63 2A
Octal 327 266 1 0 17 144 20 63 143 52
Binary 11010111 10110110 1 0 1111 1100100 10000 110011 1100011 101010

Color Harmonies of #D7B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B601

Black with #D7B601

Text Example


Text Example

White with #D7B601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B601; }

 p { color: rgb(215,182,1); }

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

background-color css

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

 a { background-color: rgb(215,182,1); }

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

border-color css

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

 span { border-color: rgb(215,182,1); }

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