Html Css Color HEX #D2BE1C Bird Flower

📋 copy color: '#D2BE1C'

red 210 ◦ green 190 ◦ blue 28

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

Shades of Bird Flower #D2BE1C

Tints of Bird Flower #D2BE1C

RGB

 RED value IS 210 (82.42% from 255) = 49.07%

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

 BLUE value IS 28 (11.33% from 255) = 6.54%

R = 49.07%
G = 44.39%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2BE1C (or 0xD2BE1C) is known color: Bird Flower. HEX triplet: D2, BE and 1C. RGB value is (210,190,28). Sum of RGB (Red+Green+Blue) = 210+190+28=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BE1C is #2D41E3. Grayscale: #B2B2B2. Windows color (decimal): -2965988 or 1883858. OLE color: 1883858.

HSL color Cylindrical-coordinate representation of color #D2BE1C: hue angle of 53.41º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2BE1C is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 190 28 -
CMYK 0 0.10 0.87 0.18
HSL 53.41º 0.76% 0.47% -
HSV(B) 53.41º 0.87% 0.82% -
XYZ 45.2 50.61 8.49 -
YUV 177.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 210 190 28 0 0.10 0.87 0.18 53.41 0.76 0.47
Hex D2 BE 1C 0 A 57 12 35 4C 2F
Octal 322 276 34 0 12 127 22 65 114 57
Binary 11010010 10111110 11100 0 1010 1010111 10010 110101 1001100 101111

Color Harmonies of #D2BE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BE1C

Black with #D2BE1C

Text Example


Text Example

White with #D2BE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BE1C; }

 p { color: rgb(210,190,28); }

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

background-color css

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

 a { background-color: rgb(210,190,28); }

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

border-color css

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

 span { border-color: rgb(210,190,28); }

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