Html Css Color HEX #CDC129 Barberry

📋 copy color: '#CDC129'

red 205 ◦ green 193 ◦ blue 41

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

Shades of Barberry #CDC129

Tints of Barberry #CDC129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

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

R = 46.7%
G = 43.96%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDC129 (or 0xCDC129) is known color: Barberry. HEX triplet: CD, C1 and 29. RGB value is (205,193,41). Sum of RGB (Red+Green+Blue) = 205+193+41=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC129 is #323ED6. Grayscale: #B3B3B3. Windows color (decimal): -3292887 or 2736589. OLE color: 2736589.

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

Color convert

RGB 205 193 41 -
CMYK 0 0.06 0.8 0.20
HSL 55.61º 0.67% 0.48% -
HSV(B) 55.61º 0.8% 0.8% -
XYZ 44.65 51.28 9.64 -
YUV 179.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 205 193 41 0 0.06 0.8 0.20 55.61 0.67 0.48
Hex CD C1 29 0 6 50 14 38 43 30
Octal 315 301 51 0 6 120 24 70 103 60
Binary 11001101 11000001 101001 0 110 1010000 10100 111000 1000011 110000

Color Harmonies of #CDC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC129

Black with #CDC129

Text Example


Text Example

White with #CDC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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