Html Css Color HEX #D6C92C Barberry

📋 copy color: '#D6C92C'

red 214 ◦ green 201 ◦ blue 44

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

Shades of Barberry #D6C92C

Tints of Barberry #D6C92C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

 BLUE value IS 44 (17.58% from 255) = 9.59%

R = 46.62%
G = 43.79%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C92C (or 0xD6C92C) is known color: Barberry. HEX triplet: D6, C9 and 2C. RGB value is (214,201,44). Sum of RGB (Red+Green+Blue) = 214+201+44=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C92C is #2936D3. Grayscale: #BBBBBB. Windows color (decimal): -2701012 or 2935254. OLE color: 2935254.

HSL color Cylindrical-coordinate representation of color #D6C92C: hue angle of 55.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6C92C is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 44 -
CMYK 0 0.06 0.79 0.16
HSL 55.41º 0.67% 0.51% -
HSV(B) 55.41º 0.79% 0.84% -
XYZ 49.07 56.25 10.65 -
YUV 186.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 214 201 44 0 0.06 0.79 0.16 55.41 0.67 0.51
Hex D6 C9 2C 0 6 4F 10 37 43 33
Octal 326 311 54 0 6 117 20 67 103 63
Binary 11010110 11001001 101100 0 110 1001111 10000 110111 1000011 110011

Color Harmonies of #D6C92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C92C

Black with #D6C92C

Text Example


Text Example

White with #D6C92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C92C; }

 p { color: rgb(214,201,44); }

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

background-color css

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

 a { background-color: rgb(214,201,44); }

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

border-color css

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

 span { border-color: rgb(214,201,44); }

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