Html Css Color HEX #D2BB1C Bird Flower

📋 copy color: '#D2BB1C'

red 210 ◦ green 187 ◦ blue 28

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

Shades of Bird Flower #D2BB1C

Tints of Bird Flower #D2BB1C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

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

R = 49.41%
G = 44%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2BB1C (or 0xD2BB1C) is known color: Bird Flower. HEX triplet: D2, BB and 1C. RGB value is (210,187,28). Sum of RGB (Red+Green+Blue) = 210+187+28=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB1C is #2D44E3. Grayscale: #B0B0B0. Windows color (decimal): -2966756 or 1883090. OLE color: 1883090.

HSL color Cylindrical-coordinate representation of color #D2BB1C: hue angle of 52.42º 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 #D2BB1C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 28 -
CMYK 0 0.11 0.87 0.18
HSL 52.42º 0.76% 0.47% -
HSV(B) 52.42º 0.87% 0.82% -
XYZ 44.56 49.33 8.27 -
YUV 175.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 210 187 28 0 0.11 0.87 0.18 52.42 0.76 0.47
Hex D2 BB 1C 0 B 57 12 34 4C 2F
Octal 322 273 34 0 13 127 22 64 114 57
Binary 11010010 10111011 11100 0 1011 1010111 10010 110100 1001100 101111

Color Harmonies of #D2BB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB1C

Black with #D2BB1C

Text Example


Text Example

White with #D2BB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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