Html Css Color HEX #D5B003 Bird Flower

📋 copy color: '#D5B003'

red 213 ◦ green 176 ◦ blue 3

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

Shades of Bird Flower #D5B003

Tints of Bird Flower #D5B003

RGB

 RED value IS 213 (83.59% from 255) = 54.34%

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 54.34%
G = 44.9%
B = 0.77%

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

#D5B003 (or 0xD5B003) is known color: Bird Flower. HEX triplet: D5, B0 and 03. RGB value is (213,176,3). Sum of RGB (Red+Green+Blue) = 213+176+3=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B003 is #2A4FFC. Grayscale: #A8A8A8. Windows color (decimal): -2772989 or 241877. OLE color: 241877.

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

Color convert

RGB 213 176 3 -
CMYK 0 0.17 0.99 0.16
HSL 49.43º 0.97% 0.42% -
HSV(B) 49.43º 0.99% 0.84% -
XYZ 42.98 45.2 6.55 -
YUV 167.34 35.26 160.57 -
System Red Green Blue C M Y K H S L
Decimal 213 176 3 0 0.17 0.99 0.16 49.43 0.97 0.42
Hex D5 B0 3 0 11 63 10 31 61 2A
Octal 325 260 3 0 21 143 20 61 141 52
Binary 11010101 10110000 11 0 10001 1100011 10000 110001 1100001 101010

Color Harmonies of #D5B003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B003

Black with #D5B003

Text Example


Text Example

White with #D5B003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B003; }

 p { color: rgb(213,176,3); }

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

background-color css

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

 a { background-color: rgb(213,176,3); }

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

border-color css

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

 span { border-color: rgb(213,176,3); }

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