Html Css Color HEX #D6CB28 Barberry

📋 copy color: '#D6CB28'

red 214 ◦ green 203 ◦ blue 40

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

Shades of Barberry #D6CB28

Tints of Barberry #D6CB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 46.83%
G = 44.42%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6CB28 (or 0xD6CB28) is known color: Barberry. HEX triplet: D6, CB and 28. RGB value is (214,203,40). Sum of RGB (Red+Green+Blue) = 214+203+40=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB28 is #2934D7. Grayscale: #BCBCBC. Windows color (decimal): -2700504 or 2673622. OLE color: 2673622.

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

Color convert

RGB 214 203 40 -
CMYK 0 0.05 0.81 0.16
HSL 56.21º 0.69% 0.5% -
HSV(B) 56.21º 0.81% 0.84% -
XYZ 49.47 57.16 10.43 -
YUV 187.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 214 203 40 0 0.05 0.81 0.16 56.21 0.69 0.5
Hex D6 CB 28 0 5 51 10 38 45 32
Octal 326 313 50 0 5 121 20 70 105 62
Binary 11010110 11001011 101000 0 101 1010001 10000 111000 1000101 110010

Color Harmonies of #D6CB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB28

Black with #D6CB28

Text Example


Text Example

White with #D6CB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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