Html Css Color HEX #D6CB29 Barberry

📋 copy color: '#D6CB29'

red 214 ◦ green 203 ◦ blue 41

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

Shades of Barberry #D6CB29

Tints of Barberry #D6CB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.95%

R = 46.72%
G = 44.32%
B = 8.95%

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

#D6CB29 (or 0xD6CB29) is known color: Barberry. HEX triplet: D6, CB and 29. RGB value is (214,203,41). Sum of RGB (Red+Green+Blue) = 214+203+41=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB29 is #2934D6. Grayscale: #BCBCBC. Windows color (decimal): -2700503 or 2739158. OLE color: 2739158.

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

Color convert

RGB 214 203 41 -
CMYK 0 0.05 0.81 0.16
HSL 56.18º 0.68% 0.5% -
HSV(B) 56.18º 0.81% 0.84% -
XYZ 49.49 57.17 10.52 -
YUV 187.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 214 203 41 0 0.05 0.81 0.16 56.18 0.68 0.5
Hex D6 CB 29 0 5 51 10 38 44 32
Octal 326 313 51 0 5 121 20 70 104 62
Binary 11010110 11001011 101001 0 101 1010001 10000 111000 1000100 110010

Color Harmonies of #D6CB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB29

Black with #D6CB29

Text Example


Text Example

White with #D6CB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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