Html Css Color HEX #D6CF1E Barberry

📋 copy color: '#D6CF1E'

red 214 ◦ green 207 ◦ blue 30

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

Shades of Barberry #D6CF1E

Tints of Barberry #D6CF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.65%

R = 47.45%
G = 45.9%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6CF1E (or 0xD6CF1E) is known color: Barberry. HEX triplet: D6, CF and 1E. RGB value is (214,207,30). Sum of RGB (Red+Green+Blue) = 214+207+30=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF1E is #2930E1. Grayscale: #BDBDBD. Windows color (decimal): -2699490 or 2019286. OLE color: 2019286.

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

Color convert

RGB 214 207 30 -
CMYK 0 0.03 0.86 0.16
HSL 57.72º 0.75% 0.48% -
HSV(B) 57.72º 0.86% 0.84% -
XYZ 50.28 59.02 9.97 -
YUV 188.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 214 207 30 0 0.03 0.86 0.16 57.72 0.75 0.48
Hex D6 CF 1E 0 3 56 10 3A 4B 30
Octal 326 317 36 0 3 126 20 72 113 60
Binary 11010110 11001111 11110 0 11 1010110 10000 111010 1001011 110000

Color Harmonies of #D6CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF1E

Black with #D6CF1E

Text Example


Text Example

White with #D6CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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