#CDBA23

Color #CDBA23 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CDBA23

Tints of Barberry #CDBA23

Color information

#CDBA23 (or 0xCDBA23) is unknown color: approx Barberry. HEX triplet: CD, BA and 23. RGB value is (205,186,35). Sum of RGB (Red+Green+Blue) = 205+186+35=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA23 is #3245DC. Grayscale: #AFAFAF. Windows color (decimal): -3294685 or 2341581. OLE color: 2341581.

HSL color Cylindrical-coordinate representation of color #CDBA23: hue angle of 53.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDBA23 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20518635-
CMYK00.090.830.20
HSL53.29º70.83%47.06%-
HSV(B)53.29º82.93%80.39%-
XYZ43.0448.228.63-
YUV174.4749.29149.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 35 (14.06% from 255) = 8.22%
R=48.12%
G=43.66%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051863500.090.830.2053.2970.8347.06
HexCDBA2309531435472f
Octal31527243011123246510757
Binary1100110110111010100011010011010011101001101011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA23; }

 p { color: rgb(205,186,35); }

 H1.HeaderClassName
 {
   color: #CDBA23;
 }
 .AnyTagClassName
 {
   color: #CDBA23;
 }
</style>
background-color css

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

 a { background-color: rgb(205,186,35); }

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

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

 span { border-color: rgb(205,186,35); }

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