Html Css Color HEX #D0BF1C Bird Flower

📋 copy color: '#D0BF1C'

red 208 ◦ green 191 ◦ blue 28

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

Shades of Bird Flower #D0BF1C

Tints of Bird Flower #D0BF1C

RGB

 RED value IS 208 (81.64% from 255) = 48.71%

 GREEN value IS 191 (75% from 255) = 44.73%

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

R = 48.71%
G = 44.73%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0BF1C (or 0xD0BF1C) is known color: Bird Flower. HEX triplet: D0, BF and 1C. RGB value is (208,191,28). Sum of RGB (Red+Green+Blue) = 208+191+28=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF1C is #2F40E3. Grayscale: #B2B2B2. Windows color (decimal): -3096804 or 1884112. OLE color: 1884112.

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

Color convert

RGB 208 191 28 -
CMYK 0 0.08 0.87 0.18
HSL 54.33º 0.76% 0.46% -
HSV(B) 54.33º 0.87% 0.82% -
XYZ 44.85 50.76 8.53 -
YUV 177.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 208 191 28 0 0.08 0.87 0.18 54.33 0.76 0.46
Hex D0 BF 1C 0 8 57 12 36 4C 2E
Octal 320 277 34 0 10 127 22 66 114 56
Binary 11010000 10111111 11100 0 1000 1010111 10010 110110 1001100 101110

Color Harmonies of #D0BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF1C

Black with #D0BF1C

Text Example


Text Example

White with #D0BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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