Html Css Color HEX #D2CD27 Barberry

📋 copy color: '#D2CD27'

red 210 ◦ green 205 ◦ blue 39

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

Shades of Barberry #D2CD27

Tints of Barberry #D2CD27

RGB

 RED value IS 210 (82.42% from 255) = 46.26%

 GREEN value IS 205 (80.47% from 255) = 45.15%

 BLUE value IS 39 (15.63% from 255) = 8.59%

R = 46.26%
G = 45.15%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2CD27 (or 0xD2CD27) is known color: Barberry. HEX triplet: D2, CD and 27. RGB value is (210,205,39). Sum of RGB (Red+Green+Blue) = 210+205+39=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD27 is #2D32D8. Grayscale: #BCBCBC. Windows color (decimal): -2962137 or 2608594. OLE color: 2608594.

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

Color convert

RGB 210 205 39 -
CMYK 0 0.02 0.81 0.18
HSL 58.25º 0.69% 0.49% -
HSV(B) 58.25º 0.81% 0.82% -
XYZ 48.78 57.51 10.45 -
YUV 187.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 210 205 39 0 0.02 0.81 0.18 58.25 0.69 0.49
Hex D2 CD 27 0 2 51 12 3A 45 31
Octal 322 315 47 0 2 121 22 72 105 61
Binary 11010010 11001101 100111 0 10 1010001 10010 111010 1000101 110001

Color Harmonies of #D2CD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CD27

Black with #D2CD27

Text Example


Text Example

White with #D2CD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CD27; }

 p { color: rgb(210,205,39); }

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

background-color css

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

 a { background-color: rgb(210,205,39); }

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

border-color css

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

 span { border-color: rgb(210,205,39); }

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