Html Css Color HEX #D5BE06 Bird Flower

📋 copy color: '#D5BE06'

red 213 ◦ green 190 ◦ blue 6

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

Shades of Bird Flower #D5BE06

Tints of Bird Flower #D5BE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 52.08%
G = 46.45%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5BE06 (or 0xD5BE06) is known color: Bird Flower. HEX triplet: D5, BE and 06. RGB value is (213,190,6). Sum of RGB (Red+Green+Blue) = 213+190+6=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE06 is #2A41F9. Grayscale: #B0B0B0. Windows color (decimal): -2769402 or 442069. OLE color: 442069.

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

Color convert

RGB 213 190 6 -
CMYK 0 0.11 0.97 0.16
HSL 53.33º 0.95% 0.43% -
HSV(B) 53.33º 0.97% 0.84% -
XYZ 45.89 50.99 7.6 -
YUV 175.9 32.12 154.46 -
System Red Green Blue C M Y K H S L
Decimal 213 190 6 0 0.11 0.97 0.16 53.33 0.95 0.43
Hex D5 BE 6 0 B 61 10 35 5F 2B
Octal 325 276 6 0 13 141 20 65 137 53
Binary 11010101 10111110 110 0 1011 1100001 10000 110101 1011111 101011

Color Harmonies of #D5BE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE06

Black with #D5BE06

Text Example


Text Example

White with #D5BE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE06; }

 p { color: rgb(213,190,6); }

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

background-color css

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

 a { background-color: rgb(213,190,6); }

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

border-color css

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

 span { border-color: rgb(213,190,6); }

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