Html Css Color HEX #D0C62B Barberry

📋 copy color: '#D0C62B'

red 208 ◦ green 198 ◦ blue 43

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

Shades of Barberry #D0C62B

Tints of Barberry #D0C62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.58%

R = 46.33%
G = 44.1%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0C62B (or 0xD0C62B) is known color: Barberry. HEX triplet: D0, C6 and 2B. RGB value is (208,198,43). Sum of RGB (Red+Green+Blue) = 208+198+43=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C62B is #2F39D4. Grayscale: #B7B7B7. Windows color (decimal): -3094997 or 2868944. OLE color: 2868944.

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

Color convert

RGB 208 198 43 -
CMYK 0 0.05 0.79 0.18
HSL 56.36º 0.66% 0.49% -
HSV(B) 56.36º 0.79% 0.82% -
XYZ 46.64 53.97 10.24 -
YUV 183.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 208 198 43 0 0.05 0.79 0.18 56.36 0.66 0.49
Hex D0 C6 2B 0 5 4F 12 38 42 31
Octal 320 306 53 0 5 117 22 70 102 61
Binary 11010000 11000110 101011 0 101 1001111 10010 111000 1000010 110001

Color Harmonies of #D0C62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C62B

Black with #D0C62B

Text Example


Text Example

White with #D0C62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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