Html Css Color HEX #CDC429 Barberry

📋 copy color: '#CDC429'

red 205 ◦ green 196 ◦ blue 41

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

Shades of Barberry #CDC429

Tints of Barberry #CDC429

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

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

R = 46.38%
G = 44.34%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDC429 (or 0xCDC429) is known color: Barberry. HEX triplet: CD, C4 and 29. RGB value is (205,196,41). Sum of RGB (Red+Green+Blue) = 205+196+41=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC429 is #323BD6. Grayscale: #B5B5B5. Windows color (decimal): -3292119 or 2737357. OLE color: 2737357.

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

Color convert

RGB 205 196 41 -
CMYK 0 0.04 0.8 0.20
HSL 56.71º 0.67% 0.48% -
HSV(B) 56.71º 0.8% 0.8% -
XYZ 45.32 52.62 9.87 -
YUV 181.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 205 196 41 0 0.04 0.8 0.20 56.71 0.67 0.48
Hex CD C4 29 0 4 50 14 39 43 30
Octal 315 304 51 0 4 120 24 71 103 60
Binary 11001101 11000100 101001 0 100 1010000 10100 111001 1000011 110000

Color Harmonies of #CDC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC429

Black with #CDC429

Text Example


Text Example

White with #CDC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC429; }

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

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

background-color css

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

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

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

border-color css

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

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

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