Html Css Color HEX #D6CC1E Barberry

📋 copy color: '#D6CC1E'

red 214 ◦ green 204 ◦ blue 30

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

Shades of Barberry #D6CC1E

Tints of Barberry #D6CC1E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

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

R = 47.77%
G = 45.54%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6CC1E (or 0xD6CC1E) is known color: Barberry. HEX triplet: D6, CC and 1E. RGB value is (214,204,30). Sum of RGB (Red+Green+Blue) = 214+204+30=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC1E is #2933E1. Grayscale: #BBBBBB. Windows color (decimal): -2700258 or 2018518. OLE color: 2018518.

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

Color convert

RGB 214 204 30 -
CMYK 0 0.05 0.86 0.16
HSL 56.74º 0.75% 0.48% -
HSV(B) 56.74º 0.86% 0.84% -
XYZ 49.56 57.58 9.73 -
YUV 187.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 214 204 30 0 0.05 0.86 0.16 56.74 0.75 0.48
Hex D6 CC 1E 0 5 56 10 39 4B 30
Octal 326 314 36 0 5 126 20 71 113 60
Binary 11010110 11001100 11110 0 101 1010110 10000 111001 1001011 110000

Color Harmonies of #D6CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC1E

Black with #D6CC1E

Text Example


Text Example

White with #D6CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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