Html Css Color HEX #CDCC29 Barberry

📋 copy color: '#CDCC29'

red 205 ◦ green 204 ◦ blue 41

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

Shades of Barberry #CDCC29

Tints of Barberry #CDCC29

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

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

R = 45.56%
G = 45.33%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDCC29 (or 0xCDCC29) is known color: Barberry. HEX triplet: CD, CC and 29. RGB value is (205,204,41). Sum of RGB (Red+Green+Blue) = 205+204+41=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC29 is #3233D6. Grayscale: #BABABA. Windows color (decimal): -3290071 or 2739405. OLE color: 2739405.

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

Color convert

RGB 205 204 41 -
CMYK 0 0.00 0.8 0.20
HSL 59.63º 0.67% 0.48% -
HSV(B) 59.63º 0.8% 0.8% -
XYZ 47.17 56.32 10.48 -
YUV 185.72 46.33 141.75 -
System Red Green Blue C M Y K H S L
Decimal 205 204 41 0 0.00 0.8 0.20 59.63 0.67 0.48
Hex CD CC 29 0 0 50 14 3C 43 30
Octal 315 314 51 0 0 120 24 74 103 60
Binary 11001101 11001100 101001 0 0 1010000 10100 111100 1000011 110000

Color Harmonies of #CDCC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC29

Black with #CDCC29

Text Example


Text Example

White with #CDCC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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