Html Css Color HEX #D6C827 Barberry

📋 copy color: '#D6C827'

red 214 ◦ green 200 ◦ blue 39

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

Shades of Barberry #D6C827

Tints of Barberry #D6C827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.61%

R = 47.24%
G = 44.15%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6C827 (or 0xD6C827) is known color: Barberry. HEX triplet: D6, C8 and 27. RGB value is (214,200,39). Sum of RGB (Red+Green+Blue) = 214+200+39=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C827 is #2937D8. Grayscale: #BABABA. Windows color (decimal): -2701273 or 2607318. OLE color: 2607318.

HSL color Cylindrical-coordinate representation of color #D6C827: hue angle of 55.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6C827 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 39 -
CMYK 0 0.07 0.82 0.16
HSL 55.2º 0.69% 0.5% -
HSV(B) 55.2º 0.82% 0.84% -
XYZ 48.75 55.75 10.11 -
YUV 185.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 214 200 39 0 0.07 0.82 0.16 55.2 0.69 0.5
Hex D6 C8 27 0 7 52 10 37 45 32
Octal 326 310 47 0 7 122 20 67 105 62
Binary 11010110 11001000 100111 0 111 1010010 10000 110111 1000101 110010

Color Harmonies of #D6C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C827

Black with #D6C827

Text Example


Text Example

White with #D6C827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C827; }

 p { color: rgb(214,200,39); }

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

background-color css

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

 a { background-color: rgb(214,200,39); }

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

border-color css

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

 span { border-color: rgb(214,200,39); }

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