Html Css Color HEX #D7B405 Bird Flower

📋 copy color: '#D7B405'

red 215 ◦ green 180 ◦ blue 5

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

Shades of Bird Flower #D7B405

Tints of Bird Flower #D7B405

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 53.75%
G = 45%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7B405 (or 0xD7B405) is known color: Bird Flower. HEX triplet: D7, B4 and 05. RGB value is (215,180,5). Sum of RGB (Red+Green+Blue) = 215+180+5=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B405 is #284BFA. Grayscale: #ABABAB. Windows color (decimal): -2640891 or 373975. OLE color: 373975.

HSL color Cylindrical-coordinate representation of color #D7B405: hue angle of 50º degrees, saturation: 0.95, 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 #D7B405 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 5 -
CMYK 0 0.16 0.98 0.16
HSL 50º 0.95% 0.43% -
HSV(B) 50º 0.98% 0.84% -
XYZ 44.37 47.1 6.9 -
YUV 170.52 34.6 159.73 -
System Red Green Blue C M Y K H S L
Decimal 215 180 5 0 0.16 0.98 0.16 50 0.95 0.43
Hex D7 B4 5 0 10 62 10 32 5F 2B
Octal 327 264 5 0 20 142 20 62 137 53
Binary 11010111 10110100 101 0 10000 1100010 10000 110010 1011111 101011

Color Harmonies of #D7B405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B405

Black with #D7B405

Text Example


Text Example

White with #D7B405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B405; }

 p { color: rgb(215,180,5); }

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

background-color css

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

 a { background-color: rgb(215,180,5); }

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

border-color css

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

 span { border-color: rgb(215,180,5); }

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