Html Css Color HEX #D0C70B Bird Flower

📋 copy color: '#D0C70B'

red 208 ◦ green 199 ◦ blue 11

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

Shades of Bird Flower #D0C70B

Tints of Bird Flower #D0C70B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 49.76%
G = 47.61%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0C70B (or 0xD0C70B) is known color: Bird Flower. HEX triplet: D0, C7 and 0B. RGB value is (208,199,11). Sum of RGB (Red+Green+Blue) = 208+199+11=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C70B is #2F38F4. Grayscale: #B5B5B5. Windows color (decimal): -3094773 or 772048. OLE color: 772048.

HSL color Cylindrical-coordinate representation of color #D0C70B: hue angle of 57.26º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0C70B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 199 11 -
CMYK 0 0.04 0.95 0.18
HSL 57.26º 0.9% 0.43% -
HSV(B) 57.26º 0.95% 0.82% -
XYZ 46.5 54.28 8.34 -
YUV 180.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 208 199 11 0 0.04 0.95 0.18 57.26 0.9 0.43
Hex D0 C7 B 0 4 5F 12 39 5A 2B
Octal 320 307 13 0 4 137 22 71 132 53
Binary 11010000 11000111 1011 0 100 1011111 10010 111001 1011010 101011

Color Harmonies of #D0C70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C70B

Black with #D0C70B

Text Example


Text Example

White with #D0C70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C70B; }

 p { color: rgb(208,199,11); }

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

background-color css

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

 a { background-color: rgb(208,199,11); }

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

border-color css

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

 span { border-color: rgb(208,199,11); }

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