Html Css Color HEX #D2BC1D Bird Flower

📋 copy color: '#D2BC1D'

red 210 ◦ green 188 ◦ blue 29

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

Shades of Bird Flower #D2BC1D

Tints of Bird Flower #D2BC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

 BLUE value IS 29 (11.72% from 255) = 6.79%

R = 49.18%
G = 44.03%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2BC1D (or 0xD2BC1D) is known color: Bird Flower. HEX triplet: D2, BC and 1D. RGB value is (210,188,29). Sum of RGB (Red+Green+Blue) = 210+188+29=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC1D is #2D43E2. Grayscale: #B1B1B1. Windows color (decimal): -2966499 or 1948882. OLE color: 1948882.

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

Color convert

RGB 210 188 29 -
CMYK 0 0.10 0.86 0.18
HSL 52.71º 0.76% 0.47% -
HSV(B) 52.71º 0.86% 0.82% -
XYZ 44.78 49.76 8.41 -
YUV 176.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 210 188 29 0 0.10 0.86 0.18 52.71 0.76 0.47
Hex D2 BC 1D 0 A 56 12 35 4C 2F
Octal 322 274 35 0 12 126 22 65 114 57
Binary 11010010 10111100 11101 0 1010 1010110 10010 110101 1001100 101111

Color Harmonies of #D2BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC1D

Black with #D2BC1D

Text Example


Text Example

White with #D2BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC1D; }

 p { color: rgb(210,188,29); }

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

background-color css

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

 a { background-color: rgb(210,188,29); }

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

border-color css

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

 span { border-color: rgb(210,188,29); }

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