Html Css Color HEX #D7CD0A Bird Flower

📋 copy color: '#D7CD0A'

red 215 ◦ green 205 ◦ blue 10

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

Shades of Bird Flower #D7CD0A

Tints of Bird Flower #D7CD0A

RGB

 RED value IS 215 (84.38% from 255) = 50%

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 50%
G = 47.67%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7CD0A (or 0xD7CD0A) is known color: Bird Flower. HEX triplet: D7, CD and 0A. RGB value is (215,205,10). Sum of RGB (Red+Green+Blue) = 215+205+10=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CD0A is #2832F5. Grayscale: #BABABA. Windows color (decimal): -2634486 or 708055. OLE color: 708055.

HSL color Cylindrical-coordinate representation of color #D7CD0A: hue angle of 57.07º 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 #D7CD0A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 205 10 -
CMYK 0 0.05 0.95 0.16
HSL 57.07º 0.91% 0.44% -
HSV(B) 57.07º 0.95% 0.84% -
XYZ 49.91 58.13 8.88 -
YUV 185.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 215 205 10 0 0.05 0.95 0.16 57.07 0.91 0.44
Hex D7 CD A 0 5 5F 10 39 5B 2C
Octal 327 315 12 0 5 137 20 71 133 54
Binary 11010111 11001101 1010 0 101 1011111 10000 111001 1011011 101100

Color Harmonies of #D7CD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CD0A

Black with #D7CD0A

Text Example


Text Example

White with #D7CD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CD0A; }

 p { color: rgb(215,205,10); }

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

background-color css

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

 a { background-color: rgb(215,205,10); }

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

border-color css

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

 span { border-color: rgb(215,205,10); }

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