Html Css Color HEX #CDC029 Barberry

📋 copy color: '#CDC029'

red 205 ◦ green 192 ◦ blue 41

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

Shades of Barberry #CDC029

Tints of Barberry #CDC029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 46.8%
G = 43.84%
B = 9.36%

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

#CDC029 (or 0xCDC029) is known color: Barberry. HEX triplet: CD, C0 and 29. RGB value is (205,192,41). Sum of RGB (Red+Green+Blue) = 205+192+41=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC029 is #323FD6. Grayscale: #B3B3B3. Windows color (decimal): -3293143 or 2736333. OLE color: 2736333.

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

Color convert

RGB 205 192 41 -
CMYK 0 0.06 0.8 0.20
HSL 55.24º 0.67% 0.48% -
HSV(B) 55.24º 0.8% 0.8% -
XYZ 44.43 50.84 9.57 -
YUV 178.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 205 192 41 0 0.06 0.8 0.20 55.24 0.67 0.48
Hex CD C0 29 0 6 50 14 37 43 30
Octal 315 300 51 0 6 120 24 67 103 60
Binary 11001101 11000000 101001 0 110 1010000 10100 110111 1000011 110000

Color Harmonies of #CDC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC029

Black with #CDC029

Text Example


Text Example

White with #CDC029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC029; }

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

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

background-color css

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

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

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

border-color css

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

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

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