Html Css Color HEX #D0BC02 Bird Flower

📋 copy color: '#D0BC02'

red 208 ◦ green 188 ◦ blue 2

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

Shades of Bird Flower #D0BC02

Tints of Bird Flower #D0BC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.24%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 52.26%
G = 47.24%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0BC02 (or 0xD0BC02) is known color: Bird Flower. HEX triplet: D0, BC and 02. RGB value is (208,188,2). Sum of RGB (Red+Green+Blue) = 208+188+2=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC02 is #2F43FD. Grayscale: #ADADAD. Windows color (decimal): -3097598 or 179408. OLE color: 179408.

HSL color Cylindrical-coordinate representation of color #D0BC02: hue angle of 54.17º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0BC02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 2 -
CMYK 0 0.10 0.99 0.18
HSL 54.17º 0.98% 0.41% -
HSV(B) 54.17º 0.99% 0.82% -
XYZ 44.01 49.38 7.27 -
YUV 172.78 31.63 153.12 -
System Red Green Blue C M Y K H S L
Decimal 208 188 2 0 0.10 0.99 0.18 54.17 0.98 0.41
Hex D0 BC 2 0 A 63 12 36 62 29
Octal 320 274 2 0 12 143 22 66 142 51
Binary 11010000 10111100 10 0 1010 1100011 10010 110110 1100010 101001

Color Harmonies of #D0BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC02

Black with #D0BC02

Text Example


Text Example

White with #D0BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC02; }

 p { color: rgb(208,188,2); }

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

background-color css

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

 a { background-color: rgb(208,188,2); }

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

border-color css

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

 span { border-color: rgb(208,188,2); }

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