Html Css Color HEX #D0BE1D Bird Flower

📋 copy color: '#D0BE1D'

red 208 ◦ green 190 ◦ blue 29

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

Shades of Bird Flower #D0BE1D

Tints of Bird Flower #D0BE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

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

R = 48.71%
G = 44.5%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0BE1D (or 0xD0BE1D) is known color: Bird Flower. HEX triplet: D0, BE and 1D. RGB value is (208,190,29). Sum of RGB (Red+Green+Blue) = 208+190+29=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE1D is #2F41E2. Grayscale: #B1B1B1. Windows color (decimal): -3097059 or 1949392. OLE color: 1949392.

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

Color convert

RGB 208 190 29 -
CMYK 0 0.09 0.86 0.18
HSL 53.97º 0.76% 0.46% -
HSV(B) 53.97º 0.86% 0.82% -
XYZ 44.65 50.33 8.52 -
YUV 177.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 208 190 29 0 0.09 0.86 0.18 53.97 0.76 0.46
Hex D0 BE 1D 0 9 56 12 36 4C 2E
Octal 320 276 35 0 11 126 22 66 114 56
Binary 11010000 10111110 11101 0 1001 1010110 10010 110110 1001100 101110

Color Harmonies of #D0BE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE1D

Black with #D0BE1D

Text Example


Text Example

White with #D0BE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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