Html Css Color HEX #CCBD29 Barberry

📋 copy color: '#CCBD29'

red 204 ◦ green 189 ◦ blue 41

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

Shades of Barberry #CCBD29

Tints of Barberry #CCBD29

RGB

 RED value IS 204 (80.08% from 255) = 47%

 GREEN value IS 189 (74.22% from 255) = 43.55%

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

R = 47%
G = 43.55%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCBD29 (or 0xCCBD29) is known color: Barberry. HEX triplet: CC, BD and 29. RGB value is (204,189,41). Sum of RGB (Red+Green+Blue) = 204+189+41=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD29 is #3342D6. Grayscale: #B1B1B1. Windows color (decimal): -3359447 or 2735564. OLE color: 2735564.

HSL color Cylindrical-coordinate representation of color #CCBD29: hue angle of 54.48º 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 #CCBD29 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 41 -
CMYK 0 0.07 0.80 0.2
HSL 54.48º 0.67% 0.48% -
HSV(B) 54.48º 0.8% 0.8% -
XYZ 43.5 49.39 9.34 -
YUV 176.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 204 189 41 0 0.07 0.80 0.2 54.48 0.67 0.48
Hex CC BD 29 0 7 50 14 36 43 30
Octal 314 275 51 0 7 120 24 66 103 60
Binary 11001100 10111101 101001 0 111 1010000 10100 110110 1000011 110000

Color Harmonies of #CCBD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD29

Black with #CCBD29

Text Example


Text Example

White with #CCBD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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