Html Css Color HEX #D6BE02 Bird Flower

📋 copy color: '#D6BE02'

red 214 ◦ green 190 ◦ blue 2

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

Shades of Bird Flower #D6BE02

Tints of Bird Flower #D6BE02

RGB

 RED value IS 214 (83.98% from 255) = 52.71%

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

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

R = 52.71%
G = 46.8%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6BE02 (or 0xD6BE02) is known color: Bird Flower. HEX triplet: D6, BE and 02. RGB value is (214,190,2). Sum of RGB (Red+Green+Blue) = 214+190+2=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BE02 is #2941FD. Grayscale: #B0B0B0. Windows color (decimal): -2703870 or 179926. OLE color: 179926.

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

Color convert

RGB 214 190 2 -
CMYK 0 0.11 0.99 0.16
HSL 53.21º 0.98% 0.42% -
HSV(B) 53.21º 0.99% 0.84% -
XYZ 46.16 51.13 7.49 -
YUV 175.74 29.95 155.29 -
System Red Green Blue C M Y K H S L
Decimal 214 190 2 0 0.11 0.99 0.16 53.21 0.98 0.42
Hex D6 BE 2 0 B 63 10 35 62 2A
Octal 326 276 2 0 13 143 20 65 142 52
Binary 11010110 10111110 10 0 1011 1100011 10000 110101 1100010 101010

Color Harmonies of #D6BE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE02

Black with #D6BE02

Text Example


Text Example

White with #D6BE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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