Html Css Color HEX #CDB929 Barberry

📋 copy color: '#CDB929'

red 205 ◦ green 185 ◦ blue 41

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

Shades of Barberry #CDB929

Tints of Barberry #CDB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

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

R = 47.56%
G = 42.92%
B = 9.51%

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

#CDB929 (or 0xCDB929) is known color: Barberry. HEX triplet: CD, B9 and 29. RGB value is (205,185,41). Sum of RGB (Red+Green+Blue) = 205+185+41=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB929 is #3246D6. Grayscale: #AFAFAF. Windows color (decimal): -3294935 or 2734541. OLE color: 2734541.

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

Color convert

RGB 205 185 41 -
CMYK 0 0.10 0.8 0.20
HSL 52.68º 0.67% 0.48% -
HSV(B) 52.68º 0.8% 0.8% -
XYZ 42.93 47.84 9.07 -
YUV 174.56 52.63 149.71 -
System Red Green Blue C M Y K H S L
Decimal 205 185 41 0 0.10 0.8 0.20 52.68 0.67 0.48
Hex CD B9 29 0 A 50 14 35 43 30
Octal 315 271 51 0 12 120 24 65 103 60
Binary 11001101 10111001 101001 0 1010 1010000 10100 110101 1000011 110000

Color Harmonies of #CDB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB929

Black with #CDB929

Text Example


Text Example

White with #CDB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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