Html Css Color HEX #CCB626 Barberry

📋 copy color: '#CCB626'

red 204 ◦ green 182 ◦ blue 38

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

Shades of Barberry #CCB626

Tints of Barberry #CCB626

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

 BLUE value IS 38 (15.23% from 255) = 8.96%

R = 48.11%
G = 42.92%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCB626 (or 0xCCB626) is known color: Barberry. HEX triplet: CC, B6 and 26. RGB value is (204,182,38). Sum of RGB (Red+Green+Blue) = 204+182+38=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB626 is #3349D9. Grayscale: #ACACAC. Windows color (decimal): -3361242 or 2537164. OLE color: 2537164.

HSL color Cylindrical-coordinate representation of color #CCB626: hue angle of 52.05º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCB626 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 38 -
CMYK 0 0.11 0.81 0.2
HSL 52.05º 0.69% 0.47% -
HSV(B) 52.05º 0.81% 0.8% -
XYZ 41.98 46.43 8.58 -
YUV 172.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 204 182 38 0 0.11 0.81 0.2 52.05 0.69 0.47
Hex CC B6 26 0 B 51 14 34 45 2F
Octal 314 266 46 0 13 121 24 64 105 57
Binary 11001100 10110110 100110 0 1011 1010001 10100 110100 1000101 101111

Color Harmonies of #CCB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB626

Black with #CCB626

Text Example


Text Example

White with #CCB626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB626; }

 p { color: rgb(204,182,38); }

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

background-color css

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

 a { background-color: rgb(204,182,38); }

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

border-color css

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

 span { border-color: rgb(204,182,38); }

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