Html Css Color HEX #CDB828 Barberry

📋 copy color: '#CDB828'

red 205 ◦ green 184 ◦ blue 40

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

Shades of Barberry #CDB828

Tints of Barberry #CDB828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 47.79%
G = 42.89%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDB828 (or 0xCDB828) is known color: Barberry. HEX triplet: CD, B8 and 28. RGB value is (205,184,40). Sum of RGB (Red+Green+Blue) = 205+184+40=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB828 is #3247D7. Grayscale: #AEAEAE. Windows color (decimal): -3295192 or 2668749. OLE color: 2668749.

HSL color Cylindrical-coordinate representation of color #CDB828: hue angle of 52.36º 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 #CDB828 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 40 -
CMYK 0 0.10 0.80 0.20
HSL 52.36º 0.67% 0.48% -
HSV(B) 52.36º 0.8% 0.8% -
XYZ 42.7 47.41 8.91 -
YUV 173.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 205 184 40 0 0.10 0.80 0.20 52.36 0.67 0.48
Hex CD B8 28 0 A 50 14 34 43 30
Octal 315 270 50 0 12 120 24 64 103 60
Binary 11001101 10111000 101000 0 1010 1010000 10100 110100 1000011 110000

Color Harmonies of #CDB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB828

Black with #CDB828

Text Example


Text Example

White with #CDB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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