Html Css Color HEX #D9BE02 Bird Flower

📋 copy color: '#D9BE02'

red 217 ◦ green 190 ◦ blue 2

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

Shades of Bird Flower #D9BE02

Tints of Bird Flower #D9BE02

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 53.06%
G = 46.45%
B = 0.49%

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

#D9BE02 (or 0xD9BE02) is known color: Bird Flower. HEX triplet: D9, BE and 02. RGB value is (217,190,2). Sum of RGB (Red+Green+Blue) = 217+190+2=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BE02 is #2641FD. Grayscale: #B1B1B1. Windows color (decimal): -2507262 or 179929. OLE color: 179929.

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

Color convert

RGB 217 190 2 -
CMYK 0 0.12 0.99 0.15
HSL 52.47º 0.98% 0.43% -
HSV(B) 52.47º 0.99% 0.85% -
XYZ 47.04 51.58 7.53 -
YUV 176.64 29.45 156.79 -
System Red Green Blue C M Y K H S L
Decimal 217 190 2 0 0.12 0.99 0.15 52.47 0.98 0.43
Hex D9 BE 2 0 C 63 F 34 62 2B
Octal 331 276 2 0 14 143 17 64 142 53
Binary 11011001 10111110 10 0 1100 1100011 1111 110100 1100010 101011

Color Harmonies of #D9BE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BE02

Black with #D9BE02

Text Example


Text Example

White with #D9BE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BE02; }

 p { color: rgb(217,190,2); }

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

background-color css

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

 a { background-color: rgb(217,190,2); }

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

border-color css

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

 span { border-color: rgb(217,190,2); }

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