Html Css Color HEX #CDC629 Barberry

📋 copy color: '#CDC629'

red 205 ◦ green 198 ◦ blue 41

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

Shades of Barberry #CDC629

Tints of Barberry #CDC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.59%

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

R = 46.17%
G = 44.59%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDC629 (or 0xCDC629) is known color: Barberry. HEX triplet: CD, C6 and 29. RGB value is (205,198,41). Sum of RGB (Red+Green+Blue) = 205+198+41=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC629 is #3239D6. Grayscale: #B6B6B6. Windows color (decimal): -3291607 or 2737869. OLE color: 2737869.

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

Color convert

RGB 205 198 41 -
CMYK 0 0.03 0.8 0.20
HSL 57.44º 0.67% 0.48% -
HSV(B) 57.44º 0.8% 0.8% -
XYZ 45.77 53.53 10.02 -
YUV 182.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 205 198 41 0 0.03 0.8 0.20 57.44 0.67 0.48
Hex CD C6 29 0 3 50 14 39 43 30
Octal 315 306 51 0 3 120 24 71 103 60
Binary 11001101 11000110 101001 0 11 1010000 10100 111001 1000011 110000

Color Harmonies of #CDC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC629

Black with #CDC629

Text Example


Text Example

White with #CDC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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