Html Css Color HEX #D6CB27 Barberry

📋 copy color: '#D6CB27'

red 214 ◦ green 203 ◦ blue 39

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

Shades of Barberry #D6CB27

Tints of Barberry #D6CB27

RGB

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

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

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

R = 46.93%
G = 44.52%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6CB27 (or 0xD6CB27) is known color: Barberry. HEX triplet: D6, CB and 27. RGB value is (214,203,39). Sum of RGB (Red+Green+Blue) = 214+203+39=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB27 is #2934D8. Grayscale: #BCBCBC. Windows color (decimal): -2700505 or 2608086. OLE color: 2608086.

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

Color convert

RGB 214 203 39 -
CMYK 0 0.05 0.82 0.16
HSL 56.23º 0.69% 0.5% -
HSV(B) 56.23º 0.82% 0.84% -
XYZ 49.45 57.15 10.34 -
YUV 187.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 214 203 39 0 0.05 0.82 0.16 56.23 0.69 0.5
Hex D6 CB 27 0 5 52 10 38 45 32
Octal 326 313 47 0 5 122 20 70 105 62
Binary 11010110 11001011 100111 0 101 1010010 10000 111000 1000101 110010

Color Harmonies of #D6CB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB27

Black with #D6CB27

Text Example


Text Example

White with #D6CB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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