Html Css Color HEX #CDB829 Barberry

📋 copy color: '#CDB829'

red 205 ◦ green 184 ◦ blue 41

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

Shades of Barberry #CDB829

Tints of Barberry #CDB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

 BLUE value IS 41 (16.41% from 255) = 9.53%

R = 47.67%
G = 42.79%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDB829 (or 0xCDB829) is known color: Barberry. HEX triplet: CD, B8 and 29. RGB value is (205,184,41). Sum of RGB (Red+Green+Blue) = 205+184+41=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB829 is #3247D6. Grayscale: #AEAEAE. Windows color (decimal): -3295191 or 2734285. OLE color: 2734285.

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

Color convert

RGB 205 184 41 -
CMYK 0 0.10 0.8 0.20
HSL 52.32º 0.67% 0.48% -
HSV(B) 52.32º 0.8% 0.8% -
XYZ 42.72 47.42 9 -
YUV 173.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 205 184 41 0 0.10 0.8 0.20 52.32 0.67 0.48
Hex CD B8 29 0 A 50 14 34 43 30
Octal 315 270 51 0 12 120 24 64 103 60
Binary 11001101 10111000 101001 0 1010 1010000 10100 110100 1000011 110000

Color Harmonies of #CDB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB829

Black with #CDB829

Text Example


Text Example

White with #CDB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB829; }

 p { color: rgb(205,184,41); }

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

background-color css

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

 a { background-color: rgb(205,184,41); }

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

border-color css

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

 span { border-color: rgb(205,184,41); }

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