Html Css Color HEX #D4CB1D Barberry

📋 copy color: '#D4CB1D'

red 212 ◦ green 203 ◦ blue 29

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

Shades of Barberry #D4CB1D

Tints of Barberry #D4CB1D

RGB

 RED value IS 212 (83.2% from 255) = 47.75%

 GREEN value IS 203 (79.69% from 255) = 45.72%

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

R = 47.75%
G = 45.72%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4CB1D (or 0xD4CB1D) is known color: Barberry. HEX triplet: D4, CB and 1D. RGB value is (212,203,29). Sum of RGB (Red+Green+Blue) = 212+203+29=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB1D is #2B34E2. Grayscale: #BABABA. Windows color (decimal): -2831587 or 1952724. OLE color: 1952724.

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

Color convert

RGB 212 203 29 -
CMYK 0 0.04 0.86 0.17
HSL 57.05º 0.76% 0.47% -
HSV(B) 57.05º 0.86% 0.83% -
XYZ 48.73 56.8 9.56 -
YUV 185.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 212 203 29 0 0.04 0.86 0.17 57.05 0.76 0.47
Hex D4 CB 1D 0 4 56 11 39 4C 2F
Octal 324 313 35 0 4 126 21 71 114 57
Binary 11010100 11001011 11101 0 100 1010110 10001 111001 1001100 101111

Color Harmonies of #D4CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB1D

Black with #D4CB1D

Text Example


Text Example

White with #D4CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB1D; }

 p { color: rgb(212,203,29); }

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

background-color css

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

 a { background-color: rgb(212,203,29); }

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

border-color css

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

 span { border-color: rgb(212,203,29); }

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