Html Css Color HEX #D0BF0C Bird Flower

📋 copy color: '#D0BF0C'

red 208 ◦ green 191 ◦ blue 12

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

Shades of Bird Flower #D0BF0C

Tints of Bird Flower #D0BF0C

RGB

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

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

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

R = 50.61%
G = 46.47%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0BF0C (or 0xD0BF0C) is known color: Bird Flower. HEX triplet: D0, BF and 0C. RGB value is (208,191,12). Sum of RGB (Red+Green+Blue) = 208+191+12=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BF0C is #2F40F3. Grayscale: #B0B0B0. Windows color (decimal): -3096820 or 835536. OLE color: 835536.

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

Color convert

RGB 208 191 12 -
CMYK 0 0.08 0.94 0.18
HSL 54.8º 0.89% 0.43% -
HSV(B) 54.8º 0.94% 0.82% -
XYZ 44.71 50.7 7.78 -
YUV 175.68 35.63 151.05 -
System Red Green Blue C M Y K H S L
Decimal 208 191 12 0 0.08 0.94 0.18 54.8 0.89 0.43
Hex D0 BF C 0 8 5E 12 37 59 2B
Octal 320 277 14 0 10 136 22 67 131 53
Binary 11010000 10111111 1100 0 1000 1011110 10010 110111 1011001 101011

Color Harmonies of #D0BF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF0C

Black with #D0BF0C

Text Example


Text Example

White with #D0BF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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