Html Css Color HEX #D5CE1D Barberry

📋 copy color: '#D5CE1D'

red 213 ◦ green 206 ◦ blue 29

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

Shades of Barberry #D5CE1D

Tints of Barberry #D5CE1D

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 29 (11.72% from 255) = 6.47%

R = 47.54%
G = 45.98%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5CE1D (or 0xD5CE1D) is known color: Barberry. HEX triplet: D5, CE and 1D. RGB value is (213,206,29). Sum of RGB (Red+Green+Blue) = 213+206+29=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE1D is #2A31E2. Grayscale: #BCBCBC. Windows color (decimal): -2765283 or 1953493. OLE color: 1953493.

HSL color Cylindrical-coordinate representation of color #D5CE1D: hue angle of 57.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5CE1D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 29 -
CMYK 0 0.03 0.86 0.16
HSL 57.72º 0.76% 0.47% -
HSV(B) 57.72º 0.86% 0.84% -
XYZ 49.73 58.38 9.81 -
YUV 187.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 213 206 29 0 0.03 0.86 0.16 57.72 0.76 0.47
Hex D5 CE 1D 0 3 56 10 3A 4C 2F
Octal 325 316 35 0 3 126 20 72 114 57
Binary 11010101 11001110 11101 0 11 1010110 10000 111010 1001100 101111

Color Harmonies of #D5CE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE1D

Black with #D5CE1D

Text Example


Text Example

White with #D5CE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE1D; }

 p { color: rgb(213,206,29); }

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

background-color css

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

 a { background-color: rgb(213,206,29); }

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

border-color css

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

 span { border-color: rgb(213,206,29); }

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