Html Css Color HEX #CDB526 Barberry

📋 copy color: '#CDB526'

red 205 ◦ green 181 ◦ blue 38

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

Shades of Barberry #CDB526

Tints of Barberry #CDB526

RGB

 RED value IS 205 (80.47% from 255) = 48.35%

 GREEN value IS 181 (71.09% from 255) = 42.69%

 BLUE value IS 38 (15.23% from 255) = 8.96%

R = 48.35%
G = 42.69%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDB526 (or 0xCDB526) is known color: Barberry. HEX triplet: CD, B5 and 26. RGB value is (205,181,38). Sum of RGB (Red+Green+Blue) = 205+181+38=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB526 is #324AD9. Grayscale: #ACACAC. Windows color (decimal): -3295962 or 2536909. OLE color: 2536909.

HSL color Cylindrical-coordinate representation of color #CDB526: hue angle of 51.38º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDB526 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 38 -
CMYK 0 0.12 0.81 0.20
HSL 51.38º 0.69% 0.48% -
HSV(B) 51.38º 0.81% 0.8% -
XYZ 42.05 46.17 8.53 -
YUV 171.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 205 181 38 0 0.12 0.81 0.20 51.38 0.69 0.48
Hex CD B5 26 0 C 51 14 33 45 30
Octal 315 265 46 0 14 121 24 63 105 60
Binary 11001101 10110101 100110 0 1100 1010001 10100 110011 1000101 110000

Color Harmonies of #CDB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB526

Black with #CDB526

Text Example


Text Example

White with #CDB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB526; }

 p { color: rgb(205,181,38); }

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

background-color css

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

 a { background-color: rgb(205,181,38); }

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

border-color css

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

 span { border-color: rgb(205,181,38); }

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