Html Css Color HEX #CDB825 Barberry

📋 copy color: '#CDB825'

red 205 ◦ green 184 ◦ blue 37

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

Shades of Barberry #CDB825

Tints of Barberry #CDB825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.69%

R = 48.12%
G = 43.19%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB825 (or 0xCDB825) is known color: Barberry. HEX triplet: CD, B8 and 25. RGB value is (205,184,37). Sum of RGB (Red+Green+Blue) = 205+184+37=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB825 is #3247DA. Grayscale: #AEAEAE. Windows color (decimal): -3295195 or 2472141. OLE color: 2472141.

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

Color convert

RGB 205 184 37 -
CMYK 0 0.10 0.82 0.20
HSL 52.5º 0.69% 0.47% -
HSV(B) 52.5º 0.82% 0.8% -
XYZ 42.65 47.39 8.65 -
YUV 173.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 205 184 37 0 0.10 0.82 0.20 52.5 0.69 0.47
Hex CD B8 25 0 A 52 14 34 45 2F
Octal 315 270 45 0 12 122 24 64 105 57
Binary 11001101 10111000 100101 0 1010 1010010 10100 110100 1000101 101111

Color Harmonies of #CDB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB825

Black with #CDB825

Text Example


Text Example

White with #CDB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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