Html Css Color HEX #D0C41A Bird Flower

📋 copy color: '#D0C41A'

red 208 ◦ green 196 ◦ blue 26

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

Shades of Bird Flower #D0C41A

Tints of Bird Flower #D0C41A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 48.37%
G = 45.58%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0C41A (or 0xD0C41A) is known color: Bird Flower. HEX triplet: D0, C4 and 1A. RGB value is (208,196,26). Sum of RGB (Red+Green+Blue) = 208+196+26=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C41A is #2F3BE5. Grayscale: #B4B4B4. Windows color (decimal): -3095526 or 1754320. OLE color: 1754320.

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

Color convert

RGB 208 196 26 -
CMYK 0 0.06 0.88 0.18
HSL 56.04º 0.78% 0.46% -
HSV(B) 56.04º 0.88% 0.82% -
XYZ 45.94 52.96 8.78 -
YUV 180.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 208 196 26 0 0.06 0.88 0.18 56.04 0.78 0.46
Hex D0 C4 1A 0 6 58 12 38 4E 2E
Octal 320 304 32 0 6 130 22 70 116 56
Binary 11010000 11000100 11010 0 110 1011000 10010 111000 1001110 101110

Color Harmonies of #D0C41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C41A

Black with #D0C41A

Text Example


Text Example

White with #D0C41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C41A; }

 p { color: rgb(208,196,26); }

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

background-color css

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

 a { background-color: rgb(208,196,26); }

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

border-color css

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

 span { border-color: rgb(208,196,26); }

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