#d0bd1c

Color #D0BD1C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D0BD1C

Tints of Bird Flower #D0BD1C

Color information

#D0BD1C (or 0xD0BD1C) is unknown color: approx Bird Flower. HEX triplet: D0, BD and 1C. RGB value is (208,189,28). Sum of RGB (Red+Green+Blue) = 208+189+28=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD1C is #2F42E3. Grayscale: #B0B0B0. Windows color (decimal): -3097316 or 1883600. OLE color: 1883600.

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

Color convert

RGB20818928-
CMYK00.090.870.18
HSL53.67º76.27%46.27%-
HSV(B)53.67º86.54%81.57%-
XYZ44.4249.898.39-
YUV176.3344.29150.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 28 (11.33% from 255) = 6.59%
R=48.94%
G=44.47%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081892800.090.870.1853.6776.2746.27
HexD0BD1C095712364c2e
Octal32027534011127226611456
Binary110100001011110111100010011010111100101101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0bd1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0bd1c; }

 p { color: rgb(208,189,28); }

 H1.HeaderClassName
 {
   color: #d0bd1c;
 }
 .AnyTagClassName
 {
   color: #d0bd1c;
 }
</style>
background-color css

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

 a { background-color: rgb(208,189,28); }

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

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

 span { border-color: rgb(208,189,28); }

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