Html Css Color HEX #D6CB1D Barberry

📋 copy color: '#D6CB1D'

red 214 ◦ green 203 ◦ blue 29

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

Shades of Barberry #D6CB1D

Tints of Barberry #D6CB1D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.52%

 BLUE value IS 29 (11.72% from 255) = 6.5%

R = 47.98%
G = 45.52%
B = 6.5%

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

#D6CB1D (or 0xD6CB1D) is known color: Barberry. HEX triplet: D6, CB and 1D. RGB value is (214,203,29). Sum of RGB (Red+Green+Blue) = 214+203+29=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB1D is #2934E2. Grayscale: #BBBBBB. Windows color (decimal): -2700515 or 1952726. OLE color: 1952726.

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

Color convert

RGB 214 203 29 -
CMYK 0 0.05 0.86 0.16
HSL 56.43º 0.76% 0.48% -
HSV(B) 56.43º 0.86% 0.84% -
XYZ 49.31 57.1 9.58 -
YUV 186.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 214 203 29 0 0.05 0.86 0.16 56.43 0.76 0.48
Hex D6 CB 1D 0 5 56 10 38 4C 30
Octal 326 313 35 0 5 126 20 70 114 60
Binary 11010110 11001011 11101 0 101 1010110 10000 111000 1001100 110000

Color Harmonies of #D6CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB1D

Black with #D6CB1D

Text Example


Text Example

White with #D6CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB1D; }

 p { color: rgb(214,203,29); }

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

background-color css

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

 a { background-color: rgb(214,203,29); }

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

border-color css

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

 span { border-color: rgb(214,203,29); }

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