Html Css Color HEX #D7CF0A Bird Flower

📋 copy color: '#D7CF0A'

red 215 ◦ green 207 ◦ blue 10

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

Shades of Bird Flower #D7CF0A

Tints of Bird Flower #D7CF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.92%

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

R = 49.77%
G = 47.92%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7CF0A (or 0xD7CF0A) is known color: Bird Flower. HEX triplet: D7, CF and 0A. RGB value is (215,207,10). Sum of RGB (Red+Green+Blue) = 215+207+10=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CF0A is #2830F5. Grayscale: #BBBBBB. Windows color (decimal): -2633974 or 708567. OLE color: 708567.

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

Color convert

RGB 215 207 10 -
CMYK 0 0.04 0.95 0.16
HSL 57.66º 0.91% 0.44% -
HSV(B) 57.66º 0.95% 0.84% -
XYZ 50.39 59.09 9.04 -
YUV 186.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 215 207 10 0 0.04 0.95 0.16 57.66 0.91 0.44
Hex D7 CF A 0 4 5F 10 3A 5B 2C
Octal 327 317 12 0 4 137 20 72 133 54
Binary 11010111 11001111 1010 0 100 1011111 10000 111010 1011011 101100

Color Harmonies of #D7CF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF0A

Black with #D7CF0A

Text Example


Text Example

White with #D7CF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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