Html Css Color HEX #D6C923 Barberry

📋 copy color: '#D6C923'

red 214 ◦ green 201 ◦ blue 35

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

Shades of Barberry #D6C923

Tints of Barberry #D6C923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.78%

R = 47.56%
G = 44.67%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6C923 (or 0xD6C923) is known color: Barberry. HEX triplet: D6, C9 and 23. RGB value is (214,201,35). Sum of RGB (Red+Green+Blue) = 214+201+35=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C923 is #2936DC. Grayscale: #BABABA. Windows color (decimal): -2701021 or 2345430. OLE color: 2345430.

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

Color convert

RGB 214 201 35 -
CMYK 0 0.06 0.84 0.16
HSL 55.64º 0.72% 0.49% -
HSV(B) 55.64º 0.84% 0.84% -
XYZ 48.92 56.19 9.86 -
YUV 185.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 214 201 35 0 0.06 0.84 0.16 55.64 0.72 0.49
Hex D6 C9 23 0 6 54 10 38 48 31
Octal 326 311 43 0 6 124 20 70 110 61
Binary 11010110 11001001 100011 0 110 1010100 10000 111000 1001000 110001

Color Harmonies of #D6C923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C923

Black with #D6C923

Text Example


Text Example

White with #D6C923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C923; }

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

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

background-color css

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

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

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

border-color css

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

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

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