Html Css Color HEX #D5C80A Bird Flower

📋 copy color: '#D5C80A'

red 213 ◦ green 200 ◦ blue 10

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

Shades of Bird Flower #D5C80A

Tints of Bird Flower #D5C80A

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

 GREEN value IS 200 (78.52% from 255) = 47.28%

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 50.35%
G = 47.28%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5C80A (or 0xD5C80A) is known color: Bird Flower. HEX triplet: D5, C8 and 0A. RGB value is (213,200,10). Sum of RGB (Red+Green+Blue) = 213+200+10=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C80A is #2A37F5. Grayscale: #B7B7B7. Windows color (decimal): -2766838 or 706773. OLE color: 706773.

HSL color Cylindrical-coordinate representation of color #D5C80A: hue angle of 56.16º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5C80A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 10 -
CMYK 0 0.06 0.95 0.16
HSL 56.16º 0.91% 0.44% -
HSV(B) 56.16º 0.95% 0.84% -
XYZ 48.15 55.48 8.46 -
YUV 182.23 30.81 149.95 -
System Red Green Blue C M Y K H S L
Decimal 213 200 10 0 0.06 0.95 0.16 56.16 0.91 0.44
Hex D5 C8 A 0 6 5F 10 38 5B 2C
Octal 325 310 12 0 6 137 20 70 133 54
Binary 11010101 11001000 1010 0 110 1011111 10000 111000 1011011 101100

Color Harmonies of #D5C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C80A

Black with #D5C80A

Text Example


Text Example

White with #D5C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C80A; }

 p { color: rgb(213,200,10); }

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

background-color css

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

 a { background-color: rgb(213,200,10); }

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

border-color css

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

 span { border-color: rgb(213,200,10); }

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