Html Css Color HEX #D0BF1D Bird Flower

📋 copy color: '#D0BF1D'

red 208 ◦ green 191 ◦ blue 29

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

Shades of Bird Flower #D0BF1D

Tints of Bird Flower #D0BF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 48.6%
G = 44.63%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0BF1D (or 0xD0BF1D) is known color: Bird Flower. HEX triplet: D0, BF and 1D. RGB value is (208,191,29). Sum of RGB (Red+Green+Blue) = 208+191+29=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF1D is #2F40E2. Grayscale: #B2B2B2. Windows color (decimal): -3096803 or 1949648. OLE color: 1949648.

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

Color convert

RGB 208 191 29 -
CMYK 0 0.08 0.86 0.18
HSL 54.3º 0.76% 0.46% -
HSV(B) 54.3º 0.86% 0.82% -
XYZ 44.87 50.76 8.6 -
YUV 177.62 44.13 149.67 -
System Red Green Blue C M Y K H S L
Decimal 208 191 29 0 0.08 0.86 0.18 54.3 0.76 0.46
Hex D0 BF 1D 0 8 56 12 36 4C 2E
Octal 320 277 35 0 10 126 22 66 114 56
Binary 11010000 10111111 11101 0 1000 1010110 10010 110110 1001100 101110

Color Harmonies of #D0BF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF1D

Black with #D0BF1D

Text Example


Text Example

White with #D0BF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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