Html Css Color HEX #D0C92B Barberry

📋 copy color: '#D0C92B'

red 208 ◦ green 201 ◦ blue 43

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

Shades of Barberry #D0C92B

Tints of Barberry #D0C92B

RGB

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

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

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

R = 46.02%
G = 44.47%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0C92B (or 0xD0C92B) is known color: Barberry. HEX triplet: D0, C9 and 2B. RGB value is (208,201,43). Sum of RGB (Red+Green+Blue) = 208+201+43=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C92B is #2F36D4. Grayscale: #B9B9B9. Windows color (decimal): -3094229 or 2869712. OLE color: 2869712.

HSL color Cylindrical-coordinate representation of color #D0C92B: hue angle of 57.45º 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 #D0C92B is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 43 -
CMYK 0 0.03 0.79 0.18
HSL 57.45º 0.66% 0.49% -
HSV(B) 57.45º 0.79% 0.82% -
XYZ 47.34 55.36 10.48 -
YUV 185.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 208 201 43 0 0.03 0.79 0.18 57.45 0.66 0.49
Hex D0 C9 2B 0 3 4F 12 39 42 31
Octal 320 311 53 0 3 117 22 71 102 61
Binary 11010000 11001001 101011 0 11 1001111 10010 111001 1000010 110001

Color Harmonies of #D0C92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C92B

Black with #D0C92B

Text Example


Text Example

White with #D0C92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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