Html Css Color HEX #D0C623 Barberry

📋 copy color: '#D0C623'

red 208 ◦ green 198 ◦ blue 35

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

Shades of Barberry #D0C623

Tints of Barberry #D0C623

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

 GREEN value IS 198 (77.73% from 255) = 44.9%

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

R = 47.17%
G = 44.9%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D0C623 (or 0xD0C623) is known color: Barberry. HEX triplet: D0, C6 and 23. RGB value is (208,198,35). Sum of RGB (Red+Green+Blue) = 208+198+35=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C623 is #2F39DC. Grayscale: #B7B7B7. Windows color (decimal): -3095005 or 2344656. OLE color: 2344656.

HSL color Cylindrical-coordinate representation of color #D0C623: hue angle of 56.53º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0C623 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 35 -
CMYK 0 0.05 0.83 0.18
HSL 56.53º 0.71% 0.48% -
HSV(B) 56.53º 0.83% 0.82% -
XYZ 46.51 53.92 9.55 -
YUV 182.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 208 198 35 0 0.05 0.83 0.18 56.53 0.71 0.48
Hex D0 C6 23 0 5 53 12 39 47 30
Octal 320 306 43 0 5 123 22 71 107 60
Binary 11010000 11000110 100011 0 101 1010011 10010 111001 1000111 110000

Color Harmonies of #D0C623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C623

Black with #D0C623

Text Example


Text Example

White with #D0C623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C623; }

 p { color: rgb(208,198,35); }

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

background-color css

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

 a { background-color: rgb(208,198,35); }

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

border-color css

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

 span { border-color: rgb(208,198,35); }

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