Html Css Color HEX #D8BE03 Bird Flower

📋 copy color: '#D8BE03'

red 216 ◦ green 190 ◦ blue 3

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

Shades of Bird Flower #D8BE03

Tints of Bird Flower #D8BE03

RGB

 RED value IS 216 (84.77% from 255) = 52.81%

 GREEN value IS 190 (74.61% from 255) = 46.45%

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

R = 52.81%
G = 46.45%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8BE03 (or 0xD8BE03) is known color: Bird Flower. HEX triplet: D8, BE and 03. RGB value is (216,190,3). Sum of RGB (Red+Green+Blue) = 216+190+3=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BE03 is #2741FC. Grayscale: #B1B1B1. Windows color (decimal): -2572797 or 245464. OLE color: 245464.

HSL color Cylindrical-coordinate representation of color #D8BE03: hue angle of 52.68º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8BE03 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 190 3 -
CMYK 0 0.12 0.99 0.15
HSL 52.68º 0.97% 0.43% -
HSV(B) 52.68º 0.99% 0.85% -
XYZ 46.75 51.43 7.55 -
YUV 176.46 30.11 156.21 -
System Red Green Blue C M Y K H S L
Decimal 216 190 3 0 0.12 0.99 0.15 52.68 0.97 0.43
Hex D8 BE 3 0 C 63 F 35 61 2B
Octal 330 276 3 0 14 143 17 65 141 53
Binary 11011000 10111110 11 0 1100 1100011 1111 110101 1100001 101011

Color Harmonies of #D8BE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BE03

Black with #D8BE03

Text Example


Text Example

White with #D8BE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BE03; }

 p { color: rgb(216,190,3); }

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

background-color css

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

 a { background-color: rgb(216,190,3); }

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

border-color css

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

 span { border-color: rgb(216,190,3); }

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