Html Css Color HEX #D6CF04 Bird Flower

📋 copy color: '#D6CF04'

red 214 ◦ green 207 ◦ blue 4

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

Shades of Bird Flower #D6CF04

Tints of Bird Flower #D6CF04

RGB

 RED value IS 214 (83.98% from 255) = 50.35%

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 50.35%
G = 48.71%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6CF04 (or 0xD6CF04) is known color: Bird Flower. HEX triplet: D6, CF and 04. RGB value is (214,207,4). Sum of RGB (Red+Green+Blue) = 214+207+4=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF04 is #2930FB. Grayscale: #BABABA. Windows color (decimal): -2699516 or 315350. OLE color: 315350.

HSL color Cylindrical-coordinate representation of color #D6CF04: hue angle of 58º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6CF04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 4 -
CMYK 0 0.03 0.98 0.16
HSL 58º 0.96% 0.43% -
HSV(B) 58º 0.98% 0.84% -
XYZ 50.07 58.93 8.85 -
YUV 185.95 25.32 148.01 -
System Red Green Blue C M Y K H S L
Decimal 214 207 4 0 0.03 0.98 0.16 58 0.96 0.43
Hex D6 CF 4 0 3 62 10 3A 60 2B
Octal 326 317 4 0 3 142 20 72 140 53
Binary 11010110 11001111 100 0 11 1100010 10000 111010 1100000 101011

Color Harmonies of #D6CF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF04

Black with #D6CF04

Text Example


Text Example

White with #D6CF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF04; }

 p { color: rgb(214,207,4); }

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

background-color css

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

 a { background-color: rgb(214,207,4); }

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

border-color css

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

 span { border-color: rgb(214,207,4); }

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