Html Css Color HEX #D1B30C Bird Flower

📋 copy color: '#D1B30C'

red 209 ◦ green 179 ◦ blue 12

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

Shades of Bird Flower #D1B30C

Tints of Bird Flower #D1B30C

RGB

 RED value IS 209 (82.03% from 255) = 52.25%

 GREEN value IS 179 (70.31% from 255) = 44.75%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 52.25%
G = 44.75%
B = 3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1B30C (or 0xD1B30C) is known color: Bird Flower. HEX triplet: D1, B3 and 0C. RGB value is (209,179,12). Sum of RGB (Red+Green+Blue) = 209+179+12=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B30C is #2E4CF3. Grayscale: #A9A9A9. Windows color (decimal): -3034356 or 832465. OLE color: 832465.

HSL color Cylindrical-coordinate representation of color #D1B30C: hue angle of 50.86º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1B30C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 12 -
CMYK 0 0.14 0.94 0.18
HSL 50.86º 0.89% 0.43% -
HSV(B) 50.86º 0.94% 0.82% -
XYZ 42.48 45.82 6.95 -
YUV 168.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 209 179 12 0 0.14 0.94 0.18 50.86 0.89 0.43
Hex D1 B3 C 0 E 5E 12 33 59 2B
Octal 321 263 14 0 16 136 22 63 131 53
Binary 11010001 10110011 1100 0 1110 1011110 10010 110011 1011001 101011

Color Harmonies of #D1B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B30C

Black with #D1B30C

Text Example


Text Example

White with #D1B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B30C; }

 p { color: rgb(209,179,12); }

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

background-color css

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

 a { background-color: rgb(209,179,12); }

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

border-color css

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

 span { border-color: rgb(209,179,12); }

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